File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,4 +180,4 @@ def main_menu_available(page: str):
180180 is_main_menu_available = page .get_by_role ("link" , name = "Main Menu" ).is_visible ()
181181
182182 if is_main_menu_available :
183- page .get_by_role ("link" , name = "Main Menu" ).click ()
183+ page .get_by_role ("link" , name = "Main Menu" ).click ()
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def test_home_page_links_navigation(page: Page) -> None:
4646 homepage .click_refresh_alerts_link ()
4747 # Verify that the 'last updated' timestamp matches the current date and time
4848 (expect (page .locator ("form[name=\" refreshCockpit\" ]" )).to_contain_text
49- ("Refresh alerts (last updated :" + DateTimeUtils .current_datetime ()))
49+ ("Refresh alerts (last updated :" + DateTimeUtils .current_datetime ()))
5050
5151 # Click the user guide link
5252 with page .expect_popup () as page1_info :
You can’t perform that action at this time.
0 commit comments