Skip to content

Commit

Permalink
logging for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ARADDCC002 committed Jan 10, 2025
1 parent 8c3ef84 commit 8f4d5e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ describe('Make and approve an access request', () => {
cy.log('Creating the access request')

cy.wrap({}).should(() => {
cy.get('body').contains('Select a different schema')
expect(spy).not.to.be.called
cy.get('body').contains('Select a different schema')
})
cy.get('[data-test=entitySelector]').contains('Joe Bloggs')
cy.get('#root_name-label').contains('What is the name of the access request?')
Expand Down

0 comments on commit 8f4d5e4

Please sign in to comment.