react-select-event icon indicating copy to clipboard operation
react-select-event copied to clipboard

🦗 Simulate react-select events for react-testing-library

Results 24 react-select-event issues
Sort by recently updated
recently updated
newest added

I'm fighting with that issue very long already. I'm using React 17 with RTL and we have our own wrapper on react-select (visual aspects). I'm using react-select-event to select specific...

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 29.3.1. Release notes Sourced from jest's releases. v29.3.1 Fixes [jest-config] Do not warn about preset in ProjectConfig #13583 Performance [jest-transform] Defer creation of cache directory...

dependencies

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.52 to 18.0.25. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=17.0.52&new-version=18.0.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I recently did many upgrades to my project including upgrading React 16 to 17, Next.js 9 to 12, React Select 4 to 5, React Testing Library from 11 to 12....

Hey! I just wanted to respectfully point out that the v5.5.1 patch might have actually brought along a breaking change, depending on your definition of "breaking change" ;) We use...

This PR makes `@testing-library/dom` a `peerDependency` allowing projects to define the version of the package they require. I tested this by building and publishing locally and after install tests continued...

## Problem I'm unable to select an option when I'm not running `selectEvent.openMenu()` before I select the item with `selectEvent.select()`, otherwise I'll get the following error message: `Unable to find...

Empty selects have a `ValueContainer` whose class name ends with `value-container`. This gets picked up by the attribute selector matcher added in #86, which then causes value container to be...

* Fixes #53. * Assuming custom components will use `components` from `react-select` - Change the `clearFirst` and `clearAll` methods to work with the specific class names (`${classNamePrefix}__multi-value_remove` and `${classNamePrefix}__clear-indicator`). *...

First of all thank you very much for this library, it simplifies testing with `react-select` immensely! Recently I rewrote many of our old tests using `react-select-event`, but noticed that test...