diff --git a/cypress/integration/common/steps.js b/cypress/integration/common/steps.js index f4c16f03b..3e5fe9e4d 100644 --- a/cypress/integration/common/steps.js +++ b/cypress/integration/common/steps.js @@ -98,9 +98,7 @@ Then(`There should be a locale cooke set to de`, () => { }) When('I navigate to the administration dashboard', () => { - cy.get('.avatar-menu') - .click() - .wait(50) + cy.get('.avatar-menu').click() cy.get('.avatar-menu-popover') .contains('Admin') .click()