mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
tabs: core ajax unit test - run two loads as two separate asyncs so IE7 will run remaining tests
This commit is contained in:
parent
51b72a502f
commit
178c3b5b6e
@ -35,6 +35,8 @@ test('ajax', function() {
|
||||
selected: 2,
|
||||
load: function() {
|
||||
// spinner: default spinner
|
||||
start();
|
||||
stop();
|
||||
equals($('li:eq(2) > a > span', el).length, 1, "should restore tab markup after spinner is removed");
|
||||
equals($('li:eq(2) > a > span', el).html(), '3', "should restore tab label after spinner is removed");
|
||||
el.tabs('destroy');
|
||||
|
Loading…
Reference in New Issue
Block a user