diff --git a/tests/playwright/tests/undo-redo.spec.ts b/tests/playwright/tests/undo-redo.spec.ts index 7eeee5fda8..188b6bee21 100644 --- a/tests/playwright/tests/undo-redo.spec.ts +++ b/tests/playwright/tests/undo-redo.spec.ts @@ -95,6 +95,9 @@ test.describe('Undo Redo', () => { } catch (e) { console.log(e); } + + // reload page after api calls + await page.reload(); }); async function verifyRecords(values: any[] = []) { @@ -444,6 +447,9 @@ test.describe('Undo Redo - 2', () => { } catch (e) { console.log(e); } + + // reload page after api calls + await page.reload(); }); async function verifyRecords(values: any[] = []) {