Skip to content

Commit

Permalink
stub test to timeout if page load after click takes to long
Browse files Browse the repository at this point in the history
  • Loading branch information
jesg committed Jul 29, 2017
1 parent 8e6b89f commit 5d28f7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/page_load.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,6 @@ describe('page load', function () {
})
}).timeout(4000)

xit('timeout if page load after click takes to long', function(done) {
})
})

0 comments on commit 5d28f7f

Please sign in to comment.