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 92f798a commit f12de15Copy full SHA for f12de15
test/e2e/specs/hash-mode.js
@@ -2,7 +2,7 @@ module.exports = {
2
'Hash mode': function (browser) {
3
browser
4
.url('http://localhost:8080/hash-mode/')
5
- .waitForElementVisible('#app', 2000)
+ .waitForElementVisible('#app', 1000)
6
.assert.count('li', 4)
7
.assert.count('li a', 3)
8
.assert.attributeContains('li:nth-child(1) a', 'href', '/hash-mode/#/')
0 commit comments