diff --git a/tests/playwright/tests/db/general/groupCRUD.spec.ts b/tests/playwright/tests/db/general/groupCRUD.spec.ts index 94fd43d26d..0e7a3ad308 100644 --- a/tests/playwright/tests/db/general/groupCRUD.spec.ts +++ b/tests/playwright/tests/db/general/groupCRUD.spec.ts @@ -15,7 +15,7 @@ async function undo({ page, dashboard }: { page: Page; dashboard: DashboardPage await dashboard.grid.waitForResponse({ uiAction: () => page.keyboard.press(isMac ? 'Meta+z' : 'Control+z'), httpMethodsToMatch: ['GET'], - requestUrlPathToMatch: `/api/v1/db/auth/noco/`, + requestUrlPathToMatch: `/api/v1/db/data/noco/`, responseJsonMatcher: json => json.pageInfo, }); } else {