Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 5, 2017
1 parent ead2b91 commit d8b9a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/devtools/global.styl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $arrow-color = #444
opacity 0
transform translate(0, 50%)

.slide-up-leave-active
.slide-up-leave-to
opacity 0
transform translate(0, -50%)

Expand Down
1 change: 1 addition & 0 deletions test/specs/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
browser
.url('http://localhost:' + (process.env.PORT || 8081))
.waitForElementVisible('.message', 1000)
.waitFor(1000) // wait for entering animation
.assert.containsText('.message', 'Ready. Detected Vue')
.assert.elementPresent('.instance')
.assert.containsText('.instance', 'Root')
Expand Down

0 comments on commit d8b9a84

Please sign in to comment.