Skip to content

Commit

Permalink
test(reach.spec.js): increase wait timeout for isochrones reandering …
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
amoncaldas committed Jan 12, 2022
1 parent 594465e commit 9edc071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/reach.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
.assert.elementPresent('.my-location-btn')
.assert.not.elementPresent('.view-on-ors')
.assert.elementPresent('.place-input-component input[type=text]')
.waitForElementVisible('.custom-html-icon-div')
.waitForElementVisible('.custom-html-icon-div', 20000)
.assert.cssProperty('.custom-html-icon-div','background-color','rgba(255, 0, 0, 1)') // red
.click('.custom-html-icon-div')
.assert.elementPresent('.leaflet-popup')
Expand Down

0 comments on commit 9edc071

Please sign in to comment.