You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to test the component with the react testing-library. The test is quite simple but for some reason when I run it the testid cannot be found. The error returned is TestingLibraryElementError: Unable to find an element by: [data-testid="clamped-text"] and the test example is as follow:
Hi,
I'm trying to test the component with the react testing-library. The test is quite simple but for some reason when I run it the
testid
cannot be found. The error returned isTestingLibraryElementError: Unable to find an element by: [data-testid="clamped-text"]
and the test example is as follow:When I go to analyse the elements in the browser, the element with that
testid
actually does not exist. Any help?The text was updated successfully, but these errors were encountered: