Skip to content

Commit

Permalink
Merge branch 'main' into conda-store-black-box-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
soapy1 authored Jan 14, 2025
2 parents 02a86e3 + 062529b commit a204fe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/common/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ def _open_conda_store_service(self):

def _open_new_environment_tab(self):
self.page.get_by_label("Create a new environment in").click()
expect(self.page.get_by_text("Create Environment")).to_be_visible()
expect(
self.page.get_by_role("button", name="Create", exact=True)
).to_be_visible()

def _assert_user_namespace(self):
expect(
Expand Down

0 comments on commit a204fe3

Please sign in to comment.