mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-01 23:19:00 -06:00
Enhancement: improve filter drop-down performance with virtual scrolling (#11973)
This commit is contained in:
@@ -180,6 +180,9 @@ test('bulk edit', async ({ page }) => {
|
||||
await page.locator('pngx-document-card-small').nth(2).click()
|
||||
|
||||
await page.getByRole('button', { name: 'Tags' }).click()
|
||||
await page
|
||||
.getByRole('textbox', { name: 'Filter tags' })
|
||||
.fill('TagWithPartial')
|
||||
await page.getByRole('menuitem', { name: 'TagWithPartial' }).click()
|
||||
|
||||
await page.getByRole('button', { name: 'Apply' }).click()
|
||||
|
||||
Reference in New Issue
Block a user