Skip to content

Commit

Permalink
WIP: Check if >= fails to match without a click
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Feb 18, 2024
1 parent b43849b commit 0db1a99
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 @@ -194,7 +194,7 @@ def _existing_environment_interactions(page, env_name, time_to_build_env=3*60*10
page.get_by_placeholder("Enter here the description of your environment").fill("new description")
# change the vesion spec of an existing package
r = page.get_by_role("row", name="ipykernel", exact=False).get_by_role("combobox").first
r.click()
# r.click()
page.get_by_role("option", name=">=").click()
# Note: purposefully not testing version constraint since there is inconsistent behavior here

Expand Down

0 comments on commit 0db1a99

Please sign in to comment.