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')