Skip to content

Commit 3c3f002

Browse files
committed
fix: renew expected screenshot for internal test of toMatchScreenshot
1 parent 2cf407e commit 3c3f002

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

2.8 KB
Loading

autotests/tests/e2edReportExample/toMatchScreenshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ test('correctly check screenshots via toMatchScreenshot', {meta: {testId: '20'}}
99
await expect(
1010
reportPage.navigationRetries,
1111
'toMatchScreenshot check screenshot',
12-
).toMatchScreenshot('gm0J3tp6oL', {mask: []});
12+
).toMatchScreenshot('j7YZV5CFWu', {mask: []});
1313
});

0 commit comments

Comments
 (0)