Skip to content

Commit 146b295

Browse files
committed
fix: internal test on toMatchScreenshot after update HTML report layout
1 parent 37b8679 commit 146b295

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

-2.71 KB
Binary file not shown.
2.75 KB
Loading

autotests/tests/e2edReportExample/toMatchScreenshot.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {navigateToPage} from 'e2ed/actions';
66
test('correctly check screenshots via toMatchScreenshot', {meta: {testId: '20'}}, async () => {
77
const reportPage = await navigateToPage(E2edReportExample);
88

9-
await expect(reportPage.header, 'toMatchScreenshot check screenshot').toMatchScreenshot(
10-
'Nzq9MAYNp1',
9+
await expect(reportPage.header.find('a'), 'toMatchScreenshot check screenshot').toMatchScreenshot(
10+
'pwoZRA8i7O',
1111
{mask: []},
1212
);
1313
});

0 commit comments

Comments
 (0)