test: fix pw issues

This commit is contained in:
mertmit
2025-08-11 12:59:41 +00:00
parent 607a25390d
commit fea7b97fd2

View File

@@ -596,7 +596,7 @@ test.describe('Undo Redo - LTAR', () => {
const isMac = await grid.isMacOs();
await dashboard.grid.waitForResponse({
uiAction: async () => await page.keyboard.press(isMac ? 'Meta+z' : 'Control+z'),
httpMethodsToMatch: ['GET'],
httpMethodsToMatch: ['DELETE', 'POST'],
requestUrlPathToMatch: `/api/v1/db/data/noco`,
responseJsonMatcher: json => json.pageInfo,
});