Skip to content

Commit

Permalink
updated e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ARADDCC002 committed Feb 19, 2024
1 parent 13560f3 commit 178510d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Make and approve an access request', () => {

cy.log('Creating the access request')
cy.get('body').contains('Select a different schema')
cy.get('[data-test=entitySelector]').contains('user')
cy.get('[data-test=entitySelector]').contains('Joe Bloggs')
cy.get('#root_name-label').contains('What is the name of the access request?')
cy.get('#root_name').type('Test access request')
cy.get('[data-test=createAccessRequestButton]', { timeout: 15000 }).click()
Expand Down

0 comments on commit 178510d

Please sign in to comment.