Matan Borenkraout
Matan Borenkraout
Thanks @rdwoodring, appreciate you taking the time to test it. Currently, I'm out of capacity to test it in some of my projects, that's why we're holding it back. If...
Thanks @jlp-craigmorten :)
Hi @Dreamsorcerer! Thanks for taking the time to work on this. Can you please create a reproduction using [https://testing-library.com/new-dtl](https://testing-library.com/new-dtl)?
Thanks @jlp-craigmorten, I believe that's the issue. @valleywood, if it's not the issue please re-open :)
Nope, that's not related. You can see in the error message that your element uses `data-test-id="123"` whereas the selector is looking for `[data-testid="123"]`, `data-testid` is the default test id we...
This might be related to multiple different `@testing-library/dom` version installed, can you please check if you have different version installed?
Hmm, actually, we might need to take a look into it or at least document it. I'm not sure based on this log why you have multiple version installed though,...
Thanks for this contribution. I'm hesitating whether this is a use-case that should be built-in in the library. Do we believe users will want to configure it on their own?...
Yeah, I indeed didn't get a chance to follow through on this release because I didn't have enough spare time. We still want to test this release in some projects...
I've ran some tests on a project I work on and they pass with no regression. I'll mark this as ready for review and will try to push it soon.