Skip to content

Commit

Permalink
WIP on map-link:
Browse files Browse the repository at this point in the history
- add reftest for 'zinger' rendering bug - try to get working x-platform
  • Loading branch information
prushfor authored and prushfor committed Mar 8, 2024
1 parent a4e8172 commit 268608c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/elements/map-feature/map-feature-rendering.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test.describe('map-feature rendering tests', () => {
});
test('Test for zingers', async ({ page }) => {
await page.goto('render-bug.html');
await expect(page).toHaveScreenshot('no-zinger.png');
const viewer = page.getByTestId('viewer');
await expect(viewer).toHaveScreenshot('no-zinger.png',{ maxDiffPixels: 100 });
});
});
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 268608c

Please sign in to comment.