We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead2b91 commit d8b9a84Copy full SHA for d8b9a84
src/devtools/global.styl
@@ -81,7 +81,7 @@ $arrow-color = #444
81
opacity 0
82
transform translate(0, 50%)
83
84
-.slide-up-leave-active
+.slide-up-leave-to
85
86
transform translate(0, -50%)
87
test/specs/test.js
@@ -3,6 +3,7 @@ module.exports = {
3
browser
4
.url('http://localhost:' + (process.env.PORT || 8081))
5
.waitForElementVisible('.message', 1000)
6
+ .waitFor(1000) // wait for entering animation
7
.assert.containsText('.message', 'Ready. Detected Vue')
8
.assert.elementPresent('.instance')
9
.assert.containsText('.instance', 'Root')
0 commit comments