Enmanuel Durán
Enmanuel Durán
having the same issue, were you able to solve it?
I am bit surprised that no-one else has reported this, I imagine it is because `throwSuggestions` is experimental, since we are not getting traction in the topic @MatanBobi, should we...
Alright aligned, will create a PR for the documentation update and send it to you guys to review it.
Have raised a [pull request](https://github.com/testing-library/testing-library-docs/pull/1425) with updates to the documentation. Feel free to review and suggest improvements @MatanBobi @timdeschryver
Friendly reminder to check the issue and [Pull request](https://github.com/testing-library/testing-library-docs/pull/1425) associated @MatanBobi @timdeschryver
[Documentation has been updated!](https://testing-library.com/docs/dom-testing-library/api-configuration/#throwsuggestions-experimental) For anyone in the future facing this issue, in summary, you can address this issue by using the `getByRole` method: ```javascript getByRole('paragraph', { name: (name, element)...
is there a way to accomplish this as of now 2020? I am trying to access an input inside a form like `formName.inputName.value` but it seems to fail. I am...