mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Fix: hide other filtering buttons, fix e2e test paths
This commit is contained in:
parent
27f575c2d1
commit
8574d28c6f
6 changed files with 22 additions and 17 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { test, expect } from '@playwright/test'
|
||||
import path from 'node:path'
|
||||
|
||||
const REQUESTS_HAR = 'e2e/permissions/requests/api-global-permissions.har'
|
||||
const REQUESTS_HAR = path.join(__dirname, 'requests/api-global-permissions.har')
|
||||
|
||||
test('should not allow user to edit settings', async ({ page }) => {
|
||||
await page.routeFromHAR(REQUESTS_HAR, { notFound: 'fallback' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue