mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Tweakhancement: reorganize some list & bulk editing buttons (#10944)
This commit is contained in:
parent
af544177d4
commit
1717517e70
5 changed files with 175 additions and 161 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue