tabs: core ajax unit test - run two loads as two separate asyncs so IE7 will run remaining tests

This commit is contained in:
Richard D. Worth 2010-04-02 11:59:17 -04:00
parent 51b72a502f
commit 178c3b5b6e

View File

@ -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');