Skip to content

Commit

Permalink
Hack
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Oct 24, 2016
1 parent cb41cc5 commit 74fc3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/javascripts/nightwatch/wen_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
.assert.containsText('h1', 'modes')
.click('button[id=vague-mode]')
.click('button[id=about-vague-mode]')
.pause(100)
.pause(1000)
.assert.cssClassPresent('#about-vague-mode', 'btn-active')
.assert.containsText('#vague-is-current', 'this mode is currently selected')
.assert.hidden('#range-is-current')
Expand Down

0 comments on commit 74fc3f3

Please sign in to comment.