Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Aug 16, 2017
1 parent 2dc24ab commit 59f6dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/webdriver.spec.js
Expand Up @@ -11,6 +11,6 @@ describe('gulp-webdriverjs test', () => {
it('checks if title contains the search query', () => {
browser.url('/')
var title = browser.getTitle()
assert.strictEqual(title, 'WebdriverIO - Selenium 2.0 javascript bindings for nodejs')
assert.strictEqual(title, 'WebdriverIO - WebDriver bindings for Node.js')
})
})

0 comments on commit 59f6dc6

Please sign in to comment.