Skip to content

Commit

Permalink
Reapply the fix (#5043)
Browse files Browse the repository at this point in the history
Co-authored-by: Vasily Strelyaev <Vasily.Strelyaev@devexpress.com>
  • Loading branch information
gilmeir and VasilyStrelyaev committed May 7, 2020
1 parent ead0244 commit 568adfb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -410,7 +410,7 @@ For this purpose, the TestCafe team and community have developed libraries of de
The React selectors module provides the `ReactSelector` class that allows you to select DOM elements by the component name. You can get a root element or search through the nested components or elements. In addition, you can obtain the component props and state.

```js
import ReactSelector from 'testcafe-react-selectors';
import { ReactSelector } from 'testcafe-react-selectors';

const TodoList = ReactSelector('TodoApp TodoList');
const itemsCountStatus = ReactSelector('TodoApp div');
Expand Down

0 comments on commit 568adfb

Please sign in to comment.