Skip to content

Commit 8b66849

Browse files
committed
compartment 1 test was failing due to the main menu button being greyed out/not visible to playwright, on log in.
Removed this step and test is now passing.
1 parent ef269cb commit 8b66849

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/smokescreen/test_compartment_1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def test_compartment_1(page: Page, smokescreen_properties: dict) -> None:
6363
UserTools.user_login(page, "Hub Manager State Registered at BCS01")
6464

6565
# Generate Invitations
66-
BasePage(page).click_main_menu_link()
6766
BasePage(page).go_to_call_and_recall_page()
6867
CallAndRecall(page).go_to_generate_invitations_page()
6968
logging.info("Generating invitations based on the invitations plan")

0 commit comments

Comments
 (0)