Search found 4 matches

Nickolay, thank you for an idea. I finally did this: window.onerror = function (errMsg) { var expected = 'Uncaught Error: Registering duplicate component id "undefined-paging-toolbar"'; t.knownBugIn('6.0.0.640', function (t) { t.isNot(errMsg, expected); }); if (errMsg === expected) return ...
Hello.

I have this testing code:

t.click('combobox[fieldLabel=Drop me Im Broken] => .x-form-trigger', next);

I know that ext js logic will throw after click (as described here https://www.sencha.com/forum/showthread.php?303101)

How can I handle this case with knownBugIn()?
That's exactly what I need. Nikolay, thank you!
Hello!

Is there any possibility to set MaxThreads only for items of a single group?

With regards,
Nikolay