Skip to content

Commit

Permalink
Issue #712. Add a sleep to give Intern time to react.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Oct 22, 2015
1 parent ee46ff9 commit f0c1be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/search-non-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ define([
return this.remote
.setFindTimeout(intern.config.wc.pageLoadTimeout)
.get(require.toUrl(url('/issues') + params))
.sleep(100)
.findByCssSelector('.js-loader').isDisplayed()
.then(function (isDisplayed) {
assert.equal(isDisplayed, true, 'Loading image is visible');
Expand Down

0 comments on commit f0c1be4

Please sign in to comment.