Skip to content

Commit bb2aed9

Browse files
Undo unnecessary timeout increase
1 parent fc99abf commit bb2aed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/e2e/specs/hash-mode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
'Hash mode': function (browser) {
33
browser
44
.url('http://localhost:8080/hash-mode/')
5-
.waitForElementVisible('#app', 2000)
5+
.waitForElementVisible('#app', 1000)
66
.assert.count('li', 5)
77
.assert.count('li a', 4)
88
.assert.attributeContains('li:nth-child(1) a', 'href', '/hash-mode/#/')

0 commit comments

Comments
 (0)