Skip to content

Commit

Permalink
Update profiles tests with timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Nov 5, 2024
1 parent 1dff192 commit 1774018
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1774018

Please sign in to comment.