Skip to content

Commit

Permalink
Revert "Try matching by role"
Browse files Browse the repository at this point in the history
This reverts commit 37cf133.
  • Loading branch information
nkaretnikov committed Feb 18, 2024
1 parent 37cf133 commit 301bd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/playwright/test_ux.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _create_new_environment(page, screenshot=False):

# Interact with the environment shortly after creation
# click to open the Active environment dropdown manu
page.get_by_role("combobox", name=" - Active", exact=False).click()
page.get_by_text(" - Active", exact=False).click()
# click on the Active environment on the dropdown menu item (which is currently building)
page.get_by_role("option", name=" - Active", exact=False).click()
# ensure that the environment is building
Expand Down

0 comments on commit 301bd11

Please sign in to comment.