Skip to content

Commit

Permalink
Fix flaky bulk edit E2E test (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker authored Mar 16, 2024
1 parent 6f52baf commit f4ecffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bookmarks/e2e/e2e_test_bookmark_page_bulk_edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ def test_update_select_across_bookmark_count(self):
self.locate_bulk_edit_bar().get_by_text("Execute").click()
self.locate_bulk_edit_bar().get_by_text("Confirm").click()

expect(self.locate_bulk_edit_select_all()).not_to_be_checked()
self.locate_bulk_edit_select_all().click()

expect(
Expand Down

0 comments on commit f4ecffb

Please sign in to comment.