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
Attempting to use waitForElement in CodeSandbox causes the test to hang indefinitely. In an actual project the issue presented differently with waitForElement never successfully finding the element.
The text was updated successfully, but these errors were encountered:
alexkrolick
changed the title
waitForElement causes test to hang indefinitely
waitForElement causes test to hang indefinitely in codesandbox
Apr 17, 2019
react-testing-library
version: 5.8.0react
version: 16.8.0node
version:npm
(oryarn
) version:Relevant code or config:
CodeSandbox repo: https://codesandbox.io/s/8y48jm7rn8
Problem description:
Attempting to use waitForElement in CodeSandbox causes the test to hang indefinitely. In an actual project the issue presented differently with waitForElement never successfully finding the element.
The text was updated successfully, but these errors were encountered: