Update reporter-html.spec.ts:236 expectations

This commit is contained in:
Yury Semikhatsky 2024-03-12 12:37:53 -07:00
parent 56afacb1e2
commit a4f3b5cda9

View file

@ -261,8 +261,8 @@ for (const useIntermediateMergeReport of [false, true] as const) {
await expect(page.locator('data-testid=test-result-image-mismatch')).toHaveCount(3);
await expect(page.locator('text=Image mismatch:')).toHaveText([
'Image mismatch: expected.png',
'Image mismatch: expected.png-1',
'Image mismatch: expected.png-2',
'Image mismatch: expected-1.png',
'Image mismatch: expected-2.png',
]);
});