diff --git a/test/e2e/cypress/integration/single-backend/profiles.spec.js b/test/e2e/cypress/integration/single-backend/profiles.spec.js index 5055b4643..b25a77178 100644 --- a/test/e2e/cypress/integration/single-backend/profiles.spec.js +++ b/test/e2e/cypress/integration/single-backend/profiles.spec.js @@ -150,6 +150,7 @@ describe('Profiles', () => { const profileId = 'dummy' cy.waitOverlay() cy.visit('/#/security/profiles/create') + cy.wait(2000) cy.get('[data-cy="ProfileCreateOrUpdate-id"]').type(profileId)