Skip to content

Commit

Permalink
Verify mocks when aborting test early b/c IE.
Browse files Browse the repository at this point in the history
Why are these tests even running on IE?
  • Loading branch information
jleyba committed Nov 3, 2014
1 parent 6abf922 commit 26ceab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/webdriver/test/webdriver_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ function testToWireValue_function() {

function testToWireValue_date() {
if (goog.userAgent.IE) {
verifyAll(); // Expected by tear down.
return; // Because IE...
}
var callback;
Expand Down

0 comments on commit 26ceab2

Please sign in to comment.