Note this line just before where it blows up:
> itemCount = me.getFastItems().length; //TODO should this be dataItems?
I think the answer to that comment is yes. It should be:
> itemCount =...
Type: Posts; User: david.easley
Note this line just before where it blows up:
> itemCount = me.getFastItems().length; //TODO should this be dataItems?
I think the answer to that comment is yes. It should be:
> itemCount =...
For me, on Ubuntu, specifying the Cmd installation path explicitly didn't work (the "Enable integration" checkbox remained greyed-out). I also had Cmd on my PATH but to no avail. But when I switched...
Hit this old post after getting the exact same error message in ExtJS 6.6.0. In case anyone else finds themselves here, my issue was that I'd put the Application.js file (containing...
Thanks Craig and Marcelo, that's very helpful.
The ability to include Node.js modules to allow fixture setup and tear-down would be just the job. Sounds like ST3 might be a better fit for the...
My manager has asked me to take a look at Sencha Test (ST) for testing our application's ExtJS front-end. I've spent a few hours reading the docs and have a question regarding how do do fixture...