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/admin/requests/api-settings.har'
const REQUESTS_HAR = path.join(__dirname, 'requests/api-settings.har')
test('should activate / deactivate save button when settings change', async ({
page,