Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Nov 8, 2024
1 parent 2d0d96d commit 1c99e38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __visual_tests__/workflow-tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import {assertScreenshot, clickNthChip, loadWidget, sendTextMessage} from "./uti

test.beforeEach(async ({ page }) => {
console.log('## TEST_URL: ', TEST_URL);
await page.goto(TEST_URL);
// await page.goto(TEST_URL);
await page.goto('/');
await page.waitForTimeout(2500);
});

Expand Down

0 comments on commit 1c99e38

Please sign in to comment.