Skip to content

Commit

Permalink
Merge pull request #74 from dwyl/fix-failing-test
Browse files Browse the repository at this point in the history
remove protocol from assertion noted by @mooboys in https://git.io/vFnaP
  • Loading branch information
iteles authored Nov 5, 2017
2 parents e928312 + 01deed6 commit f1babb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
});
// part two:
browser
.assert.containsText('body', 'http://dwyl.com') // assert contains
.assert.containsText('body', 'dwyl.com') // assert body contains text
.saveScreenshot(conf.imgpath(browser) + 'dwyl.png')
.end();
}
Expand Down

0 comments on commit f1babb2

Please sign in to comment.