Skip to content

Commit

Permalink
fixed multiremote test
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Dec 19, 2016
1 parent d3e4388 commit 2ed2434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"babel-runtime": "^6.9.2",
"css-parse": "~2.0.0",
"css-value": "~0.0.1",
"deepmerge": "~0.2.7",
"deepmerge": "^0.2.10",
"ejs": "^2.3.1",
"glob": "^7.0.5",
"inquirer": "^1.1.2",
Expand Down
3 changes: 2 additions & 1 deletion test/fixtures/specs/multiremote.spec.js
Expand Up @@ -5,7 +5,8 @@ describe('multiremote', () => {
browser.url('/')
browserA.url('/two.html')

let title = browser.sync().getTitle()
browser.sync()
let title = browser.getTitle()
expect(title.browserA).to.be.equal('two')
expect(title.browserB).to.be.equal(conf.testPage.title)
})
Expand Down

0 comments on commit 2ed2434

Please sign in to comment.