Skip to content

Commit

Permalink
test(download.spec.js): increase pause for gpx donwload test
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Jan 12, 2022
1 parent f540f24 commit 594465e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/specs/download.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = {
.pause(1000)
.click({selector: '.menuable__content__active a', index: 2})// index 2 = ors-gpx
.click('.download')
.pause(1000)
.pause(3000)
.checkDownloadFileIsValid(fileName)
.deleteDownloadedFile(fileName)
.end()
Expand All @@ -93,7 +93,7 @@ module.exports = {
.pause(1000)
.click({selector: '.menuable__content__active a', index: 3})// index 3 = standard gpx
.click('.download')
.pause(1000)
.pause(3000)
.checkDownloadFileIsValid(fileName)
.deleteDownloadedFile(fileName)
.end()
Expand Down

0 comments on commit 594465e

Please sign in to comment.