Skip to content

Commit 5a4c56e

Browse files
committed
Screenshots
1 parent 58336ee commit 5a4c56e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

injected/integration-test/duckplayer-mobile-drawer.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ test.describe('Duck Player - Drawer UI variant', () => {
186186
await overlays.userSettingIs('always ask');
187187
await overlays.gotoPlayerPage();
188188
await page.locator('ddg-video-drawer-mobile').nth(0).waitFor();
189-
await expect(page.locator('.html5-video-player')).toHaveScreenshot('overlay.png', { maxDiffPixels: 20 });
189+
await expect(page.locator('ddg-video-drawer-mobile')).toHaveScreenshot('drawer.png', { maxDiffPixels: 20 });
190190
});
191191
});
192192
});
Loading

0 commit comments

Comments
 (0)