Skip to content

Commit 62facb1

Browse files
committed
remove screenshot test
1 parent 558c646 commit 62facb1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: e2e/main.spec.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ test.describe('Check Home Page', async () => {
3939
expect(windowState.isCrashed).toBeFalsy();
4040
});
4141

42-
test('Check Home Page design', async ({ browserName}) => {
43-
// Uncomment if you change the design of Home Page in order to create a new screenshot
44-
const screenshot = await firstWindow.screenshot({ path: '/tmp/home.png' });
45-
expect(screenshot).toMatchSnapshot(`home-${browserName}.png`);
46-
});
42+
// test('Check Home Page design', async ({ browserName}) => {
43+
// // Uncomment if you change the design of Home Page in order to create a new screenshot
44+
// const screenshot = await firstWindow.screenshot({ path: '/tmp/home.png' });
45+
// expect(screenshot).toMatchSnapshot(`home-${browserName}.png`);
46+
// });
4747

4848
test('Check title', async () => {
4949
const elem = await firstWindow.$('app-home h1');

Diff for: e2e/main.spec.ts-snapshots/home-chromium-win32.png

-317 KB
Binary file not shown.

0 commit comments

Comments
 (0)