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 bb2aed9 commit c83b7a2Copy full SHA for c83b7a2
test/e2e/specs/hash-mode.js
@@ -40,11 +40,6 @@ module.exports = {
40
.url('http://localhost:8080/hash-mode/foo?page=123')
41
.waitForElementVisible('#app', 1000)
42
.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')
48
.assert.containsText('.view', 'foo')
49
.end()
50
}
0 commit comments