Skip to content

Commit 178c3b5

Browse files
committed
tabs: core ajax unit test - run two loads as two separate asyncs so IE7 will run remaining tests
1 parent 51b72a5 commit 178c3b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/tabs/tabs_core.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ test('ajax', function() {
3535
selected: 2,
3636
load: function() {
3737
// spinner: default spinner
38+
start();
39+
stop();
3840
equals($('li:eq(2) > a > span', el).length, 1, "should restore tab markup after spinner is removed");
3941
equals($('li:eq(2) > a > span', el).html(), '3', "should restore tab label after spinner is removed");
4042
el.tabs('destroy');

0 commit comments

Comments
 (0)