Skip to content

Commit

Permalink
ic: fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Jul 16, 2017
1 parent 5820a04 commit f312c20
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/e2e/data/data1.js
Expand Up @@ -83,10 +83,11 @@ describe('Abe', function() {
.useXpath()
.url('http://localhost:3003/abe/editor/autocomplete.html')
// colors single
.pause(1000)
.click('//*[@id="colors.single"]/option[3]')
.pause(1000)
.assert.containsText('//*[@id="colors.single"]', "vert")
// Once again does not work anymore in Travis...
// .pause(1000)
// .click('//*[@id="colors.single"]/option[3]')
// .pause(1000)
// .assert.containsText('//*[@id="colors.single"]', "vert")
// colors multiple
.click('//*[@id="colors.multiple"]/option[2]')
.waitForElementVisible('//*[@data-parent-id="colors.multiple"]', 1000)
Expand Down

0 comments on commit f312c20

Please sign in to comment.