mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Fix e2e again
This commit is contained in:
parent
6ceb0cada8
commit
e65d25a0a7
@ -87,9 +87,9 @@ test('date filtering', async ({ page }) => {
|
||||
await page.getByRole('option', { name: 'Within 3 months' }).click()
|
||||
await expect(page.locator('pngx-document-list')).toHaveText(/one document/i)
|
||||
await page
|
||||
.locator(
|
||||
'div:nth-child(2) > .list-group .input-group .ng-select-container > .ng-arrow-wrapper'
|
||||
)
|
||||
.getByRole('menuitem', { name: 'Relative dates' })
|
||||
.locator('span')
|
||||
.first()
|
||||
.click()
|
||||
await page.getByRole('option', { name: 'Within 3 months' }).click()
|
||||
await page.getByLabel('Dates selected').locator('button').first().click()
|
||||
|
Loading…
x
Reference in New Issue
Block a user