Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Mar 27, 2024
1 parent 466f6fb commit 7d87b96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui-tests/tests/ui.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ test.describe('tljh_repo2docker UI Tests', () => {
name: 'Create Server'
});
await createServer.click();
await expect(createServer).toHaveCount(0);
// await page.waitForTimeout(1000);
await page.waitForURL('**/servers');
// await expect(createServer).toHaveCount(0);
await page.waitForTimeout(1000);

expect(await page.screenshot()).toMatchSnapshot('running-servers.png');
Expand Down

0 comments on commit 7d87b96

Please sign in to comment.