diff --git a/test/playwright/test_ux.py b/test/playwright/test_ux.py index 4b53e221..11039b79 100644 --- a/test/playwright/test_ux.py +++ b/test/playwright/test_ux.py @@ -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