Skip to content

Commit

Permalink
Fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq committed Mar 14, 2024
1 parent a99896f commit 53647e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/documentation/cypress/e2e/components/select.cy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
describe('Select', () => {
describe('Accessibility', () => {
beforeEach(() => {
cy.visit('/iframe.html?id=snapshots--range');
cy.visit('/iframe.html?id=snapshots--slider');
cy.get('.form-range', { timeout: 30000 }).should('be.visible');
cy.injectAxe();
});
Expand Down

0 comments on commit 53647e2

Please sign in to comment.