Skip to content

Commit

Permalink
Updated e2e tests to reflect current standings on the demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Hultstrand committed Aug 17, 2017
1 parent a8c0916 commit 5c9e458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/specs/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module.exports = {
.url('http://localhost:8080')
.waitForElementVisible('#app', 5000)
.assert.elementPresent('.logo')
.assert.containsText('h1', 'Hello World!')
.assert.elementCount('p', 3)
.assert.containsText('h1', 'DASHBOARD Overview of environment')
.assert.elementCount('p', 4)
.end()
}
}

0 comments on commit 5c9e458

Please sign in to comment.