Skip to content

Commit 330f582

Browse files
committed
PB-2064: report problem
1 parent 3ce0544 commit 330f582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/viewer/tests/cypress/tests-e2e/reportProblem.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ describe('Testing the report problem form', () => {
309309
cy.get('[data-cy="ol-map"]').click(mapWidth / 2 + 50, mapHeight / 2)
310310
})
311311
// we need to increase the timeout here below because, upon opening the drawing mode for the
312-
// first time in e2e tests, the loading of the library can take time
312+
// first time in e2e tests, the loading of the library can take more time
313313
cy.get('[data-cy="drawing-header-title"]', { timeout: 15000 })
314314
.should('be.visible')
315315
.contains('3. Indicate the appropriate location on the map :')

0 commit comments

Comments
 (0)