Skip to content

Commit 07c98fa

Browse files
committed
fix(tests): fixing tests after ssr migration
1 parent b71a63b commit 07c98fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/ng2-charts-demo/playwright.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ const baseURL = process.env['BASE_URL'] || 'http://localhost:4200';
1717
*/
1818
export default defineConfig({
1919
...nxE2EPreset(__filename, { testDir: './e2e' }),
20+
expect: {
21+
toHaveScreenshot: { maxDiffPixels: 100 },
22+
},
2023
projects: [
2124
{
2225
name: 'chromium',

0 commit comments

Comments
 (0)