Skip to content

Commit

Permalink
Update hash-mode.js
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelmutschlechner committed Sep 10, 2018
1 parent d68aa9d commit 84bcf63
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/e2e/specs/hash-mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ module.exports = {
.url('http://localhost:8080/hash-mode/foo?page=123')
.waitForElementVisible('#app', 1000)
.assert.urlEquals('http://localhost:8080/hash-mode/#/foo?page=123')
.assert.count('li', 4)
.assert.count('li a', 3)
.assert.attributeContains('li:nth-child(1) a', 'href', '/hash-mode/#/')
.assert.attributeContains('li:nth-child(2) a', 'href', '/hash-mode/#/foo')
.assert.attributeContains('li:nth-child(3) a', 'href', '/hash-mode/#/bar')
.assert.containsText('.view', 'foo')
.end()
}
Expand Down

0 comments on commit 84bcf63

Please sign in to comment.