remove screenshot test
This commit is contained in:
@@ -39,11 +39,11 @@ test.describe('Check Home Page', async () => {
|
||||
expect(windowState.isCrashed).toBeFalsy();
|
||||
});
|
||||
|
||||
test('Check Home Page design', async ({ browserName}) => {
|
||||
// Uncomment if you change the design of Home Page in order to create a new screenshot
|
||||
const screenshot = await firstWindow.screenshot({ path: '/tmp/home.png' });
|
||||
expect(screenshot).toMatchSnapshot(`home-${browserName}.png`);
|
||||
});
|
||||
// test('Check Home Page design', async ({ browserName}) => {
|
||||
// // Uncomment if you change the design of Home Page in order to create a new screenshot
|
||||
// const screenshot = await firstWindow.screenshot({ path: '/tmp/home.png' });
|
||||
// expect(screenshot).toMatchSnapshot(`home-${browserName}.png`);
|
||||
// });
|
||||
|
||||
test('Check title', async () => {
|
||||
const elem = await firstWindow.$('app-home h1');
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 317 KiB |
Reference in New Issue
Block a user