testcafe-testing-library icon indicating copy to clipboard operation
testcafe-testing-library copied to clipboard

:ox: Simple and complete custom Selectors for Testcafe that encourage good testing practices.

Results 18 testcafe-testing-library issues
Sort by recently updated
recently updated
newest added

Bumps [kcd-scripts](https://github.com/kentcdodds/kcd-scripts) from 12.3.0 to 15.0.0. Release notes Sourced from kcd-scripts's releases. v15.0.0 15.0.0 (2024-01-16) Features update dependencies (#239) (74820e3) BREAKING CHANGES Drop Node 14 support. You should hopefully not...

dependencies
javascript

Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.20.1 to 9.3.4. Release notes Sourced from @​testing-library/dom's releases. v9.3.4 9.3.4 (2024-01-08) Bug Fixes Stop calling waitFor callback after timeout (#1271) (9aaf715) v9.3.3 9.3.3 (2023-09-17) Bug Fixes...

dependencies
javascript

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.10.0 to 9.1.0. Changelog Sourced from eslint-config-prettier's changelog. Version 9.1.0 (2023-12-02) Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (@​gurgunday)! Changed: All the [formatting rules...

dependencies
javascript

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

**Describe the bug** When using testcafe-testing-library, text normalization does not work [as documented](https://testing-library.com/docs/queries/about/#normalization) (emphasis mine): > # Normalization > Before running any matching logic against text in the DOM, DOM...

STATE: Need response

**Describe the bug** I have a similar HTML: ``` ... ``` Essentially, I have a number of "row-points" elements and when I am trying to **get**, **find** or **query** all...

STATE: Need response

**Describe the bug** Unable to use the `testing-library` selector with the `experimentalProxyless` option of testcafe enabled, which is previously `proxyless`. **To Reproduce** Steps to reproduce the behavior: 1. Clone the...

STATE: Need response