Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Oct 14, 2024
1 parent 69adf80 commit 2ed3549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/dataElements/Edit.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Data elements / Edit', () => {
.click()

// Wait for data elements to be loaded
cy.contains('ANC 1st visit')
cy.contains('ANC 1st visit', { timeout: 10000 })

// Go to Edit form
cy.get('[data-test="dhis2-uicore-tablebody"] tr:first-child')
Expand Down

0 comments on commit 2ed3549

Please sign in to comment.