Any update on this? It is a simple URI fix
Type: Posts; User: sergiu.popescu
Any update on this? It is a simple URI fix
Found a solution here.
1 Go to sencha/test/selenium
2 Update selenium-config.json file and replace chromedriver version 2.29 with 2.35
3. Download chromedriver 2.35 and place it into the...
Any updates on this issue? Downgrading and Upgrading and Downgrading is not something easy with chrome or nice to do each time we need the recorder
Thank you
@Ramesh, @daniel I am having the same issue with Firefox and Safari, click() is simply not executed
ST 2.1.2
Selenium standalone server 3.8.1
Also Chrome is not working whit Selenium...
Please provide a full example of how to use ST.screenshot()
with a project example. Where baseline image is stored, what is the file format for it?
Please update the...
Hello team,
Is there any plan to integrate CucumberJS in Sencha Test? For e2e tests this will be very helpful.
Thank you,
Sergiu
Hello Joel,
Tried and works.
Thx
ID is dynamic, is there another way to do it?
When I do ST.component('componentLocatorxType').element('>>input') I receive the 1st input on page and not an input that is child of the component I am chaining.
But I expect to get the child...
According to documentation, rendered method is not supported for WebDriver-based tests
I tried this method in my tests and it behaves as designed: Waits for this component to be rendered
Is the...
Helo Joel,
There is nothing specific to any of the components. The only thing that will work is the index, as in xPath. Is there something similar in Sencha Test?
And a second question: Is...
Hello team,
I have to do a check of multiple elements that have the same locator. If I use ST.component('selector') I get the following error:
Component Query locator matches multiple items
...
Hello Daniel,
I cannot provide a Fiddle for the moment as you'll need access to our BE. But I can share with you the code of our Grid.
Ext.define('Acclaim.view.history.search.List', { ...
Hello Daniel,
Sorry for misleading. it is Ext JS 6.2.1.167 Classic app.
Issue is stil present. Is there any additional info that may help you here?
Thank you
Hello Daniel,
We are using Ext JS 6.2.1.167 Modern app.
The above example you provided is not working, it fails with the following error: "grid.getHeaderContainer(...).getColumns is not a...
Hello team,
I am trying to test a Sencha Grid with locked columns.
When I execute: ST.grid("gridpanel").viewReady().rowAt(1).cellAt(4) I am getting the following error:
"Failed with error...