Skip to content

Commit

Permalink
test(slider): fix avt e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaushik95 committed Jul 2, 2024
1 parent e395e28 commit 1a98031
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions e2e/components/Slider/Slider-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ test.describe('@avt Slider', () => {
});

test.slow('@avt-keyboard-nav slider with custom format', async ({ page }) => {
await visitStory(page, {
component: 'Slider',
id: 'components-slider--slider-with-custom-value-label',
globals: {
theme: 'white',
},
});

// Test for label changes
// Initial value
await page.keyboard.press('Tab');
Expand Down

0 comments on commit 1a98031

Please sign in to comment.