Tweakhancement: reorganize some list & bulk editing buttons (#10944)

This commit is contained in:
shamoon
2025-09-26 13:47:24 -07:00
committed by GitHub
parent af544177d4
commit 1717517e70
5 changed files with 175 additions and 161 deletions

View File

@@ -174,7 +174,7 @@ test('bulk edit', async ({ page }) => {
await expect(page.locator('pngx-document-list')).toHaveText(
/Selected 61 of 61 documents/i
)
await page.getByRole('button', { name: 'Cancel' }).click()
await page.getByRole('button', { name: 'None' }).click()
await page.locator('pngx-document-card-small').nth(1).click()
await page.locator('pngx-document-card-small').nth(2).click()