Skip to content

Commit

Permalink
test: enable marker check in isochrones rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Nov 2, 2021
1 parent d84e75a commit f24d967
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/e2e/specs/app-render.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ 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')
// .assert.cssProperty('.custom-html-icon-div','background-color','rgba(255, 0, 0, 1)') // red
// .click('.custom-html-icon-div')
// .assert.elementPresent('.leaflet-popup')
// .assert.containsText('.leaflet-popup-content', 'Rua Jataúba, Salvador,BA,Brazil')
.waitForElementVisible('.custom-html-icon-div')
.assert.cssProperty('.custom-html-icon-div','background-color','rgba(255, 0, 0, 1)') // red
.click('.custom-html-icon-div')
.assert.elementPresent('.leaflet-popup')
.assert.containsText('.leaflet-popup-content', 'Rua Jataúba, Salvador,BA,Brazil')
.getValue('.place-input-component input[type=text]', function(result) {
this.assert.equal(result.value, 'Rua Jataúba, Salvador,BA,Brazil')
})
Expand Down

0 comments on commit f24d967

Please sign in to comment.