Skip to content

Commit

Permalink
fix playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Apr 23, 2024
1 parent fca4f1b commit ba1059d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/playwright/test_ux.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,7 @@ def _existing_environment_interactions(
).click()

# promote a package installed as dependency to specified package
page.locator(
"#infScroll > .infinite-scroll-component__outerdiv > .infinite-scroll-component > div > div > .MuiButtonBase-root"
).first.click()
page.get_by_test_id("PromoteIcon").first.click()

# delete conda-forge channel
page.get_by_test_id("DeleteIcon").click()
Expand Down

0 comments on commit ba1059d

Please sign in to comment.