mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-24 17:15:06 +00:00
test: fix pw issues
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user