Skip to content
This repository has been archived by the owner on May 24, 2020. It is now read-only.

Commit

Permalink
Don't set the user as 'ready' in tests
Browse files Browse the repository at this point in the history
Ready confirmation was reverted in
3e00b1e058423779717eb79a9841fcb1b55b9650.
  • Loading branch information
arxanas committed Sep 26, 2016
1 parent f6f0fa7 commit 2002228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/basic.js
Expand Up @@ -18,7 +18,6 @@ module.exports = {
.click('button')
.assert.urlContains('/#g/')
.waitForElementVisible('.start-controls', 1000)
.click('.ready input')
.click('.start-controls button')
.waitForElementVisible('.card', 1000)
.perform((client, done) => {
Expand Down

0 comments on commit 2002228

Please sign in to comment.