Froala not supported in the classic toolkit is the main reason I am delaying my upgrade to 7.0. We really need that feature for our future product.
Type: Posts; User: Joe Kuan
Froala not supported in the classic toolkit is the main reason I am delaying my upgrade to 7.0. We really need that feature for our future product.
To whom it may concern:
I have been using SA on almost daily basis since the first release. During the period, SA have been mainly upgraded to work with the backend framework and Sencha cmd....
I am on 6.6 and I have the similar problem with a listener for 'exception' inside a ViewModel store proxy.
stores: {
addrRange: {
model:...
Oops, how do I miss that. ST.each(array, fn).
Hi,
Is there anyway to call ST.xxx inside a loop? As I have an array of elements and I would like to perform the same test on each element.
Thanks
Joe
So far I am pretty happy with Sencha Test. I am just focusing on in-browser tests.
As ST uses Jasmine for the assertions, it shows pretty basic summary messages like "Expected 1 to equal 1". Is...
FYI, for in-browser testing. The Sencha Test does't simply include js files in the lib directory.
I have to manually specify in the test dialog box.
57765
It took me a few tries to figure...
Understood. Sorry for the misunderstanding.
Ok, I'm one step further. After changing to Web-Driver and fixing some syntax errors, my test can do require('./lib/common.js').
However, it reports with an error: TypeError: Cannot read property...
I have tried just calling the function (like setupCapture(...) ) and calling the module base function name (like common.setupCapture(...) ). Both still come back with ReferenceError, not defined in...
Hiya,
I try to use module.exports and require but it seems I can't get it work. I have tried something like that
describe("Login", () => {
beforeEach(() => {
// Capture any XHR...
Cool. Of course. You are star.
Hi,
I know nothing about Sencha Test and I want to understand the concept between the Project Location URL, Parking Lot URL and Test Subject URL and where are Sencha Test and Jasmine or Web...
Hi Daniel,
What I would like to do is to capture the XHR content from an action (clicking a button) initiated in the test. E.g. the XHR result of Login Ajax query.
Thanks
Joe
Yes, it involves page redirection. Thank you for pointing it out. I will change the implementation then.
Thanks for the quick reply.
describe("Login", () => {
beforeEach(() => {
Ext.util.Cookies.clear('sid');
});
I am evaluating Sencha Test Trial.
I notice that it won't run all the tests. Is this a trial limitation?
57761
If I click the 'Login.js', it won't automatically click all the associating...
Hiya,
I am a beginner in Sencha Test and evaluating the product. I would like to know whether the ST API can examine the content of XHR result like in Cypress?
Many thanks
Joe
I am having the exact same problem. This is the first time I am having Architect update issue. I am running it on OSX.
Please help.
If they decide to charge that much per developer per month for using ExtJs, then it is like pouring petrol to save the fire.
Can anyone at Modus Create suggest/advice any other framework?...
I have developed quite a few web products for my company all using ExtJs since version 3 and still doing it now with ExtJs 6.5. Sencha ExtJs is great and very quick to mock up web applications,...
I thought I was going nuts. Spent all the evening figuring why on earth captions is not binding to viewmodel.
I get this error
Uncaught TypeError: Cannot set property 'title' of null at...
SA version: 4.2.2.282 (Modern Framework)
In fact, this is quite a horrible bug on SA, took me whole day figuring why everything suddenly gone wrong.
The default setting for classpath in...
I am currently using ExtJs 6.5.0.775.
The Ext.Msg.show creates a message dialog but the beginning text is missing.
Ext.Msg.show({ title:'Long Text', message:'<br>Hello...
Okay I see. So I guess the bug is really on the SA side that should pick up the new default when I use the material theme. Right? Currently, SA won't let me directly set the labelAlign to 'left'...