Skip to content

Commit

Permalink
Remove forced E2e failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Mar 14, 2019
1 parent 0b74889 commit e74ff78
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/administrationSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ describe('/#/administration', () => {
})
})

describe('Forced failure', () => {
it('should fail', () => {
fail()
})
})

function selectFiveStarRating () {
var rating = document.querySelector('.br-units')
if (rating.querySelectorAll('.br-selected').length === 5) {
Expand Down

0 comments on commit e74ff78

Please sign in to comment.