Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 14, 2025
1 parent 16a3244 commit a0130f7
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 @@ -297,7 +297,9 @@ def _open_conda_store_service(self):
time.sleep(2)

def _open_new_environment_tab(self):
self.page.get_by_label("Create a new environment in the global namespace").click()
self.page.get_by_label(
"Create a new environment in the global namespace"
).click()
expect(self.page.get_by_text("Create")).to_be_visible()

def _assert_user_namespace(self):
Expand Down

0 comments on commit a0130f7

Please sign in to comment.