We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad4539 commit 8e55ae1Copy full SHA for 8e55ae1
test/e2e/specs/keepalive-view.js
@@ -22,6 +22,8 @@ module.exports = {
22
// https://github.com/vuejs/vue-router/issues/2561
23
.click('li:nth-child(4) a')
24
.assert.containsText('.view', 'with-guard1: 1')
25
+ .click('li:nth-child(3) a')
26
+ .assert.containsText('.view', 'home')
27
.click('li:nth-child(5) a')
28
.assert.containsText('.view', 'with-guard2: 2')
29
0 commit comments