Move bulk edit checkboxes into bookmark list container (#1257)

This commit is contained in:
Sascha Ißbrücker
2026-01-03 09:27:30 +01:00
committed by GitHub
parent ee169e82cd
commit 4f5009b30f
3 changed files with 88 additions and 121 deletions

View File

@@ -304,7 +304,7 @@ class BookmarkPageBulkEditE2ETestCase(LinkdingE2ETestCase):
self.locate_bulk_edit_select_all().click()
expect(
self.locate_bulk_edit_bar().get_by_text("All pages (100 bookmarks)")
self.locate_bulk_edit_bar().get_by_text("All 100 bookmarks")
).to_be_visible()
self.select_bulk_action("Delete")
@@ -317,5 +317,5 @@ class BookmarkPageBulkEditE2ETestCase(LinkdingE2ETestCase):
self.locate_bulk_edit_select_all().click()
expect(
self.locate_bulk_edit_bar().get_by_text("All pages (70 bookmarks)")
self.locate_bulk_edit_bar().get_by_text("All 70 bookmarks")
).to_be_visible()