Skip to content

Commit d8b9a84

Browse files
committed
fix tests
1 parent ead2b91 commit d8b9a84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/devtools/global.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $arrow-color = #444
8181
opacity 0
8282
transform translate(0, 50%)
8383

84-
.slide-up-leave-active
84+
.slide-up-leave-to
8585
opacity 0
8686
transform translate(0, -50%)
8787

test/specs/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = {
33
browser
44
.url('http://localhost:' + (process.env.PORT || 8081))
55
.waitForElementVisible('.message', 1000)
6+
.waitFor(1000) // wait for entering animation
67
.assert.containsText('.message', 'Ready. Detected Vue')
78
.assert.elementPresent('.instance')
89
.assert.containsText('.instance', 'Root')

0 commit comments

Comments
 (0)