From 056285208c80d3804a34459499f25878caaf1381 Mon Sep 17 00:00:00 2001 From: Dmytro Kirpa Date: Thu, 20 Nov 2025 00:33:11 +0100 Subject: [PATCH] fix(vr-tests): add extra snapshots for narrow overflow menu states --- apps/vr-tests/src/stories/PivotOverflow.stories.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/vr-tests/src/stories/PivotOverflow.stories.tsx b/apps/vr-tests/src/stories/PivotOverflow.stories.tsx index 948a91cb3a032a..49f6a8de98f645 100644 --- a/apps/vr-tests/src/stories/PivotOverflow.stories.tsx +++ b/apps/vr-tests/src/stories/PivotOverflow.stories.tsx @@ -28,8 +28,10 @@ export default { .executeScript('document.querySelector(".testWrapper").style.width = "750px"') .snapshot('Wide', { cropTo: '.testWrapper' }) .executeScript('document.querySelector(".testWrapper").style.width = "250px"') + .snapshot('Narrow', { cropTo: '.testWrapper' }) .click('.ms-Pivot-overflowMenuButton') .wait(2500) + .snapshot('Narrow - Overflow menu open', { cropTo: '.testWrapper' }) .click('.ms-Pivot-linkInMenu[data-last-tab]') .snapshot('Narrow - Last tab selected', { cropTo: '.testWrapper' }) .click('.ms-Pivot-overflowMenuButton')