Skip to content

Commit

Permalink
test(search-place.spec.js): add longer timeout for app-content visibi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
amoncaldas committed Dec 28, 2021
1 parent c29563d commit 6da9888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/search-place.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {

browser
.url(searchUrl)
.waitForElementVisible('.app-content')
.waitForElementVisible('.app-content', 10000)
.assert.elementPresent('#app')
.assert.elementPresent('.simple-place-search')
.assert.elementPresent('#map-view')
Expand Down

0 comments on commit 6da9888

Please sign in to comment.