Get help with testing, discuss unit testing strategies etc.


Post by mats »

hmm, nope - I was asking about testimonial. earlier today...?

Post by nickolay »

Looks good - we'll include `waitForExtLoader` in the nearest release

Post by mats »

About Ext loader, isn't it enough to wrap your test in Ext.onReady?
StartTest(function(t) {
    Ext.onReady(function() {
           .... 
    });
});

Post Reply