@@ -140,21 +140,21 @@ def test_hpu_03_03_verify_unauth_external_links_lead_to_correct_pages(self, driv
140140
141141 @allure .title ("""Verify if external Telegram link in the Header for an unauthorized user
142142 leads to a correct page after click""" )
143- def test_hpu_03_03_01_verify_unauth_Telegram_link_navigation (self , driver , main_page_open ):
143+ def test_hpu_03_03_01_verify_unauth_telegram_link_navigation (self , driver , main_page_open ):
144144 page = hPage (driver )
145145 opened_page = page .click_on_Telegram_link ()
146146 assert opened_page in hPD .set_unauth , "The Telegram link leads to an incorrect page after clicking"
147147
148148 @allure .title ("""Verify if external Donate link in the Header for an unauthorized user
149149 leads to a correct page after click""" )
150- def test_hpu_03_03_02_verify_unauth_Donate_link_navigation (self , driver , main_page_open ):
150+ def test_hpu_03_03_02_verify_unauth_donate_link_navigation (self , driver , main_page_open ):
151151 page = hPage (driver )
152152 opened_page = page .click_on_Donate_link ()
153153 assert opened_page in hPD .set_unauth , "The Donate link leads to an incorrect page after clicking"
154154
155155 @allure .title ("""Verify if external GitHub link in the Header for an unauthorized user
156156 leads to a correct page after click""" )
157- def test_hpu_03_03_03_verify_unauth_GitHub_link_navigation (self , driver , main_page_open ):
157+ def test_hpu_03_03_03_verify_unauth_github_link_navigation (self , driver , main_page_open ):
158158 page = hPage (driver )
159159 opened_page = page .click_on_GitHub_link ()
160160 assert opened_page in hPD .set_unauth , "The GitHub link leads to an incorrect page after clicking"
0 commit comments