Skip to content

Commit 26ceab2

Browse files
committed
Verify mocks when aborting test early b/c IE.
Why are these tests even running on IE?
1 parent 6abf922 commit 26ceab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/webdriver/test/webdriver_test.js

+1
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ function testToWireValue_function() {
418418

419419
function testToWireValue_date() {
420420
if (goog.userAgent.IE) {
421+
verifyAll(); // Expected by tear down.
421422
return; // Because IE...
422423
}
423424
var callback;

0 commit comments

Comments
 (0)