We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2aed9 commit 4be938eCopy full SHA for 4be938e
test/e2e/specs/hash-mode.js
@@ -34,17 +34,11 @@ module.exports = {
34
.url('http://localhost:8080/hash-mode/#/%C3%A9')
35
.waitForElementVisible('#app', 1000)
36
.assert.containsText('.view', 'unicode')
37
- .end()
38
39
// check hash placed correctly
40
.url('http://localhost:8080/hash-mode/foo?page=123')
41
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