Skip to content

Commit 3d5ab0f

Browse files
Fixing indentations on the two files
1 parent d61c201 commit 3d5ab0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Smokescreen/test_compartment_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

tests/test_home_page_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)