We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fbed5 commit 868a2c4Copy full SHA for 868a2c4
1 file changed
test/jqLiteSpec.js
@@ -1320,7 +1320,7 @@ describe('jqLite', function() {
1320
};
1321
iframe_.src = "/base/test/fixtures/iframe.html";
1322
jqLite(document).find('body').append(iframe);
1323
-
+
1324
// This test is potentially flaky on CI cloud instances, so there is a generous
1325
// wait period...
1326
waitsFor(function() { return tested; }, 2000);
0 commit comments