diff --git a/cypress/components/drawer.cy.js b/cypress/components/drawer.cy.js index 1808b25f5f..ed6c974997 100644 --- a/cypress/components/drawer.cy.js +++ b/cypress/components/drawer.cy.js @@ -21,7 +21,7 @@ describe('drawer', () => { ); }); - it.only('scrolling drawer panel is possible', () => { + it('scrolling drawer panel is possible', () => { cy.get('[data-testid="drawer-open-button"]').first().click(); cy.wait(1000);