Skip to content

Commit

Permalink
Update tests with timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Nov 5, 2024
1 parent 27271c5 commit 1dff192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ describe('Profiles', () => {
const profileId = 'dummy'
cy.waitOverlay()
cy.visit('/#/security/profiles/create')
cy.contains('Create a new profile')

cy.get('[data-cy="ProfileCreateOrUpdate-id"]').type(profileId)

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cypress/integration/single-backend/users.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ describe('Users', function() {
cy.get('[data-cy="App-loggedIn"]')
})

it('Should be able to create a new user with auto-generated KUID', { execTimeout} , () => {
it('Should be able to create a new user with auto-generated KUID', () => {
const credentials = {
username: 'trippy',
password: 'martinez'
Expand Down

0 comments on commit 1dff192

Please sign in to comment.