I have a test I am trying to run but I need to wait for a 'x-mask-msg-text' to finish loading the previous file before it starts the next one. How do I get a test to wait until the mask has finished...
Type: Posts; User: FlareDM
I have a test I am trying to run but I need to wait for a 'x-mask-msg-text' to finish loading the previous file before it starts the next one. How do I get a test to wait until the mask has finished...
I have a grid which is loaded and I am trying to click on the check box in the first row. I was wondering if it is possible to chain together a composite query and if so how do you do that?
58235...
I am trying to build a component query so that I can click on a tab in my test. The title of the tab isn't known until certain events happen, so I am building the component query dynamically.
My...
I signed up for a trial with Source Labs last Friday but when I use the browser farm withing Sencha Test I get a message stating that I have run out of minutes:
58222
I haven't even run a test...
The application I am testing has the ability to download an excel file containing some rows of data if a certain button is pressed.
When the button is pressed the file is downloaded...
Thanks very much swillo, I shall have a look at your code but I am certain that will be very helpful!
Thanks.
Thanks Daniel. That is exactly what I needed and is very useful for some of the other tests I have written.
Good to know.
Thanks.
Is it possible to output the value of an array to the test summary so that it can be manually checked if necessary?
For example, I have an array called 'matchedRows' and it contains the values [...
I have figured this out myself. I just needed to add a line of code so that the image is clicked and it works exactly as I expected:
it('should expand Export control under Security', function()...
I have written a test that doesn't fail when I run it but it also doesn't expand the tree like I was expecting it to.
The screen print below shows what I am trying to expand (as shown by the...
Thanks Daniel.
I am sure there is a fairly simple answer to this but how do I check to see if a menu option is greyed out and unclickable? The test should pass if the menu option is grayed out.
I have selected...
Thanks Daniel.
I can see that your your solution will work, and it won't be too difficult to change the directory structure of my tests.
Many thanks.
I have now found out that navigating to the base url with a '/logout' suffixed onto the end logs out of the current Sencha app, which solves my initial problem, but now the problem is it is not using...
The application I am testing doesn't have a logout button, but when you first load the application a login screen appears. When the correct login details are entered the application is loaded and...
That worked perfectly.
Many thanks Daniel!
I have been trying to write a test to make sure that the h3 in the 'About' panel has the title "Welcome to the Catalog" as shown in the screen print.
58186
I have written the beginnings of the...