got it. Using a function to delay evaluation makes sense. thanks!
Type: Posts; User: jflowers45
got it. Using a function to delay evaluation makes sense. thanks!
Hadn't even thought to check there. thanks!
I want to run this sequence as part of an e2e test.
1) Add a row to a grid
2) Delete the final row in the grid, after the new row is added
The issue I'm running into is that the value I'm...
Yep, the user tests all work now. Thanks!
It took me a while to figure out why I would occasionally not be able to undo a recent change using ctrl + z. I have realized that every time I save a file using Ctrl + S (which I often do without...
also fyi - the user test fails for me every time, but I don't think it's anything related to Sencha Test. I realize it's possible AssetRegister isn't maintained anymore, but in case someone else...
It says
Expected 'https://se.sencha.com/AssetRegister/Register.aspx' to contain 'Login.aspx'.
Which makes sense since the click doesn't fire. I tried it in 2.1 and still had the problem -...
I'm experimenting with WebDriver scenarios and was looking for more or less the "hello world" example. I came across the AssetRegister one (https://github.com/DanielGallo/AssetRegisterTests) which...
Are you on a corporate network? Do you have any firewall or antivirus software?
ha! that worked like a charm on the Sencha forum, at least, when I copied the value of the bb_sessionhash cookie. So I'll see if it works when I'm on the client site next week. Thanks!
The behavior I've observed when using in-browser scenarios suggests that a browser opened with Sencha Test to a given domain doesn't "inherit" cookies that have been set in other active instances of...
You're testing against https://www.google.com, correct? And you can browse to it fine with a regular browser?
@Daniel FYI the docs recommend 6 or 7. If 8 is an option, might make sense to update.
From https://docs.sencha.com/sencha_test/2.1.1/guides/sencha_test_installation.html
"To run STC, Node.js must...
I think you're posting in the wrong forum. This forum is for Sencha Test. You can find other Sencha forums here
https://www.sencha.com/forum/forum.php
I've successfully used Sencha Test to run automated browser testing against a locally hosted copy of an application. I'm now evaluating its use against a copy of the same application that is hosted...
I personally like to use "Composite Queries". Since Sencha Test is smart enough to understand EXT components, it allows you to combine Component queries with CSS selectors to create a Composite...
The inspector allows us to delete locators one by one. It would be incredibly helpful if this option was available in the event recorder. While I realize I can delete the code after that fact, it...
Is there any way in the GUI to re-order the scenarios in a project? Or should we just manipulate the contents of the project.json manually. Thanks
-Joe