Skip to content

Commit

Permalink
Attempt to fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Jan 18, 2023
1 parent 73a6699 commit 582a5d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/pages/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ test('must load page in initial URL without altering URL', async ({ page, browse
});

const editorModel = new ToolpadEditor(page, browserName);

await page.goto(`/_toolpad/app/${app.id}/pages/g433ywb?abcd=123`);
await page.waitForNavigation();

await editorModel.pageRoot.waitFor();

const pageButton2 = editorModel.appCanvas.getByRole('button', {
name: 'page2Button',
Expand Down

0 comments on commit 582a5d4

Please sign in to comment.