Skip to content

Commit

Permalink
Change selector in privacy test to correctly select record input
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinDY committed Jul 11, 2023
1 parent b013429 commit 2ce0f49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('Test for adding compose data that will be used for different types of
it('should add a record', () => {
cy.get('[data-test-id="button-all-records"]').click()
cy.get('[data-test-id="button-add-record"]').click()
cy.get('input:nth-child(1)', { timeout: 10000 }).eq(1).type('John')
cy.get('input:nth-child(2)', { timeout: 10000 }).eq(1).type('John')
cy.get('[data-test-id="button-save"]').click()
})
})
Expand Down

0 comments on commit 2ce0f49

Please sign in to comment.