I had the same issue last week, and tried to download it again today. Now there seems to be another issue when visiting the download page: The loading screen freezes forever, and I see this in...
Type: Posts; User: Werner Hihn
I had the same issue last week, and tried to download it again today. Now there seems to be another issue when visiting the download page: The loading screen freezes forever, and I see this in...
Thanks, that' s working fine!
Hi,
I have a test where I want to iterate over a bunch of URLs (different pages in same application) and check if an error occurs after navigating to that page. If that happens, a messagebox is...
Hi,
do the methods cell(), cellAt(), cellBy() & cellWith() really return a future.Row, as described in the API-docs?
There is also a future.Cell, so I would expect them to return that instead.
...
Hi,
I'm trying to type text in a non-empty textfield. For textfields in ExtJS components this works fine, by first calling
textfield.setValue('')
The problem is, in our hybrid app,...
Hi,
when starting tests in Sencha Test 1 I noticed those animated red circles when mouse clicks where simulated. This was really helpful, but no longer seems to work in Test 2. I guess this should...
Hi,
in our application we use Component.mask() to display a loading-screen until some stores are loaded.
After that has happened, I want to simulate a button click. But the click event seems to...
Thanks, this really helps!
Nevertheless, I can' t confirm that my console.log statements are prefixed with 'console-api'. What worked for me was filtering on 'localhost' (or some other part of the...
I don' t think this is Linux specific, I'm experiencing the same issue on Windows 7
Great, that worked :)
ST.component('#tagedit')
.and(function(future) {
future.data = future.data || {};
...
Hi,
is there a way to access the console.log output in webdriver tests?
I know I can use 'debugger' and 'console.log()' in my test code, but I'm talking about console.log() statements in the...
Hi,
I have a component containing a textarea with syntax highlighting implemented using ACE editor. It doesn't work out of the box to simulate typing in there, so my workaround is to execute code...
Works fine now with release version 2_0_0_359
Hi,
yes, the double backslash was generated by Sencha Studio, I already mentioned that in a support ticket for version 1:
#32659 "No test scenario found on when running via STC"
Changing it...
Hi Joel,
thanks for looking into this. Selenium Server seems to start as expected, I see the entry in Tasks Tab and the WebDriver hub URL displays a page, where I can create & refresh sessions.
...
Hi,
I installed the EA build 2.0.0.287, created a new workspace (see my workspace.json) and added one simple test.
workspace.json:
{
"name": "sencha-test",