Skip to content

Commit

Permalink
Fix eslint failure (conda-incubator#402)
Browse files Browse the repository at this point in the history
* autofix by eslint

* switch to testing version spec change on rich instead of ipykernel

* select version number instead of operator for rich
  • Loading branch information
kcpevey authored Jun 4, 2024
1 parent 2adbb8e commit 002259b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/playwright/test_ux.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,8 @@ def _existing_environment_interactions(
"new description"
)
# change the vesion spec of an existing package
page.get_by_role("row", name="ipykernel", exact=False).get_by_role(
"combobox"
).first.click()
page.get_by_role("option", name=">=").click()
page.get_by_role("row", name="rich").get_by_role("button").first.click()
page.get_by_role("option", name="12.5.1").click()
# Note: purposefully not testing version constraint since there is inconsistent behavior here

# add a new package
Expand Down

0 comments on commit 002259b

Please sign in to comment.