Skip to content
#

e2e

Here are 290 public repositories matching this topic...

mvoica
mvoica commented Aug 7, 2019

https://github.com/DevExpress/testcafe-react-selectors/blob/9e43d4bed4d77e7cd68292c66dedc5d4db960e63/src/react-16/index.js#L125

could this line be something like

var renderedChildren = getRenderedChildren(getRenderedComponentVersion(reactComponent, getRootElsReact16()));

?

or well, could the children be looked at in the context of the component.alternate (?)

The getRenderedCompo

zbranzov
zbranzov commented Aug 19, 2019

Describe the bug
Using await this._driver.findElementByAccessibilityIdIfExists("animatedBtn", 5000); does not wait 5 sec for the element. It terminates right away and the api does not have timeout param https://github.com/admc/wd/blob/13ffe77a1a599dcff5dcb8242c003e14cfcab57d/lib/commands.js#L1218
We have to implement it in the wrapper by using the https://github.com/admc/wd/blob/13ffe77a1a59

thiagodp
thiagodp commented Aug 29, 2019

If you can create any documentation, this project needs your help!

1- Creating tutorials.
2- Creating videos to explain some part of the language or some interesting feature or trick.
3- Adding examples.
4- Improving the current language documentation.

Stuff in English or Portuguese is welcome!

Improve this page

Add a description, image, and links to the e2e topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the e2e topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.