Skip to content

Commit c83b7a2

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ module.exports = {
4040
.url('http://localhost:8080/hash-mode/foo?page=123')
4141
.waitForElementVisible('#app', 1000)
4242
.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')
4843
.assert.containsText('.view', 'foo')
4944
.end()
5045
}

0 commit comments

Comments
 (0)