Fix: hide other filtering buttons, fix e2e test paths

This commit is contained in:
shamoon
2024-12-08 21:23:41 -08:00
parent bc5429a97e
commit f50079fe06
6 changed files with 22 additions and 17 deletions

View File

@@ -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' })