From b0dd3ba3b37c52a8de5161bff46421620888f050 Mon Sep 17 00:00:00 2001 From: Alena Krauch Date: Sat, 18 Jul 2026 23:28:52 +0300 Subject: [PATCH] ref test_hpa_01.03 Verify links in the Header for an authorized user update header_page.py #268 --- pages/header_page.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/header_page.py b/pages/header_page.py index 7d4e680d14..200a46246b 100644 --- a/pages/header_page.py +++ b/pages/header_page.py @@ -226,11 +226,11 @@ def check_registration_link_visibility(self): @allure.step("Check the 'Profile' link is present in the Header for an authorized user") def check_profile_link_presence(self): - return self.element_is_present(self.locators1.LINK_PROFILE) + return self.element_is_present(self.locators1.LINK_PROFILE_AUTH) @allure.step("Check the 'Profile' link is visible for an authorized user") def check_profile_link_visibility(self): - return self.element_is_visible(self.locators1.LINK_PROFILE) + return self.element_is_visible(self.locators1.LINK_PROFILE_AUTH) @allure.step("Get the list of buttons in the Header for an unauthorized user") def get_list_of_buttons_unauth(self):