Skip to content

Commit 22db36f

Browse files
committed
Missing screenshot
1 parent 888c4a2 commit 22db36f

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

Diff for: special-pages/pages/special-error/integration-tests/special-error-screenshots.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test.describe('screenshots @screenshots', () => {
8888
await special.reducedMotion();
8989
await special.openPage({ errorId: 'phishing' });
9090
await special.showsAdvancedInfo();
91-
await expect(page).toHaveScreenshot('phishing-warning-advanced.png', { maxDiffPixels });
91+
await expect(page).toHaveScreenshot('phishing-warning-advanced-reduced-motion.png', { maxDiffPixels });
9292
});
9393

9494
test('Phishing warning in Portuguese', async ({ page }, workerInfo) => {

0 commit comments

Comments
 (0)