Skip to content

Commit 4be938e

Browse files
Update hash-mode.js
1 parent bb2aed9 commit 4be938e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/e2e/specs/hash-mode.js

-6
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,11 @@ module.exports = {
3434
.url('http://localhost:8080/hash-mode/#/%C3%A9')
3535
.waitForElementVisible('#app', 1000)
3636
.assert.containsText('.view', 'unicode')
37-
.end()
3837

3938
// check hash placed correctly
4039
.url('http://localhost:8080/hash-mode/foo?page=123')
4140
.waitForElementVisible('#app', 1000)
4241
.assert.urlEquals('http://localhost:8080/hash-mode/#/foo?page=123')
43-
.assert.count('li', 4)
44-
.assert.count('li a', 3)
45-
.assert.attributeContains('li:nth-child(1) a', 'href', '/hash-mode/#/')
46-
.assert.attributeContains('li:nth-child(2) a', 'href', '/hash-mode/#/foo')
47-
.assert.attributeContains('li:nth-child(3) a', 'href', '/hash-mode/#/bar')
4842
.assert.containsText('.view', 'foo')
4943
.end()
5044
}

0 commit comments

Comments
 (0)