Skip to content

Commit

Permalink
ic: e2e testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Jul 10, 2017
1 parent 8596cfc commit f52bc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/data/data1.js
Expand Up @@ -25,7 +25,7 @@ describe('Abe', function() {
.useXpath()
.url('http://localhost:3003/abe/editor')
.click('//*[@id="selectTemplate"]/option[2]')
.waitForElementVisible("//div[@data-precontrib-templates='autocomplete']//input[@id='name']", 1000)
.waitForElementVisible("//div[@data-precontrib-templates='autocomplete']//input[@id='name']", 30000)
.setValue("//div[@data-precontrib-templates='autocomplete']//input[@id='name']", 'autocomplete')
.click("//button[@type='submit']")
.pause(1000)
Expand Down

0 comments on commit f52bc07

Please sign in to comment.