testcafe-react-selectors icon indicating copy to clipboard operation
testcafe-react-selectors copied to clipboard

TestCafe selector extensions for React apps.

Results 24 testcafe-react-selectors issues
Sort by recently updated
recently updated
newest added

We have a `findReact` method to find child React elements, but seems we are missing a `parentReact` method to find a specific parent element by it's React name. I believe...

enhancement

If you use `getReact` method against component with DOM elements in props, the method will throw the 'getReact cannot return DOM elements. Use Selector functions for this purpose' error. The...

enhancement

hi @kirovboris, testcafe react selectors are not working in IE11 browser with Windows 7/8.1/10. I'm using "testcafe-browser-provider-browserstack": "1.12.0" "testcafe": "1.8.5" "testcafe-react-selectors": "4.0.0" My test code: ```js fixture('react selector test in...

bug

I have two instances of a component one of which is desendant of another (with a div wrapper between them). `ReactSelector('Foo').count` returns 1.

TYPE: bug

I have checked if there was already a similar reported issue but I haven't find anything so far, I would like to report that `withKey()` function gives the following error....

STATE: Need clarification

https://github.com/DevExpress/testcafe-react-selectors/issues/98#issuecomment-566378483: > Can we do the same with array of strings. withProps to allow partial matching of a prop that' an array. > > `` > > `ReactSelector('Card').withProps('tags', ['tag1'])` >...

enhancement
help wanted

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 getRenderedComponentVersion...

STATE: Need clarification

I am troubled with the same problem as this article written in stackoverflow. https://stackoverflow.com/questions/55026027/how-can-i-select-components-wrapped-in-forwardref-with-material-ui-v4 I created the following component in Material-UI v4.1.2. I am in trouble because I can not...

bug