Skip to content

Commit

Permalink
chore: fix toggletip story width, vrt popover playground
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Mar 20, 2024
1 parent fa36988 commit 13ada6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/components/Popover/Popover-test.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const { snapshotStory } = require('../../test-utils/storybook');
test.describe('Popover', () => {
themes.forEach((theme) => {
test.describe(theme, () => {
test('Popover - auto align @vrt', async ({ page }) => {
test('Popover @vrt', async ({ page }) => {
await snapshotStory(page, {
component: 'Popover',
id: 'components-popover--experimental-auto-align',
id: 'components-popover--playground',
theme,
});
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export const ExperimentalAutoAlign = () => {
position: 'absolute',
top: '2500px',
left: '2500px',
inlineSize: '8rem',
}}>
<ToggletipLabel>Toggletip label</ToggletipLabel>
<Toggletip align="bottom" autoAlign defaultOpen>
Expand Down

0 comments on commit 13ada6b

Please sign in to comment.