From 553004835c2bbacc32cf152d8d125e967e76f679 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Wed, 19 Dec 2018 21:15:52 +0100 Subject: [PATCH] Cleanup of tests --- cypress/integration/common/steps.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()