Skip to content

Commit

Permalink
Update win32 images for pmtiles, mvt test
Browse files Browse the repository at this point in the history
  • Loading branch information
prushforth committed Aug 24, 2024
1 parent d1fc21d commit 6ce012a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/layers/templatedPMTilesMVTLayer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ test.describe('Playwright templatedPMTilesLayer Tests', () => {
maxDiffPixels: 1500
});
const lightLayer = page.getByTestId('light');
await lightLayer.evaluate(l => l.removeAttribute('checked'));
await viewer.evaluate(v => v.reload());
await lightLayer.evaluate((l) => l.removeAttribute('checked'));
await viewer.evaluate((v) => v.reload());

await page.waitForTimeout(3000);
const darkLayer = page.getByTestId('dark');
await darkLayer.evaluate(l => l.setAttribute('checked','checked'));
await darkLayer.evaluate((l) => l.setAttribute('checked', 'checked'));
await expect(viewer).toHaveScreenshot('pmtiles-dark.png', {
maxDiffPixels: 1500
});
Expand Down
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 6ce012a

Please sign in to comment.