Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jan 1, 2024
1 parent 6491901 commit 058d045
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/isometric.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { test, expect } from '@playwright/test';
test('isometric matches', async ({ page }) => {
await page.goto('http://localhost:8080/example/isometric/');
await page.click('#excalibur-play');
await page.waitForTimeout(100);
await page.waitForTimeout(500);
await expect(page).toHaveScreenshot();
});

2 changes: 1 addition & 1 deletion test/integration/orthogonal.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { test, expect } from '@playwright/test';
test('orthogonal matches', async ({ page }) => {
await page.goto('http://localhost:8080/example/orthogonal/');
await page.click('#excalibur-play');
await page.waitForTimeout(100);
await page.waitForTimeout(500);
await expect(page).toHaveScreenshot();
});

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 058d045

Please sign in to comment.