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
Managed to reproduce locally the problem with the workflow sometimes failing, and passing on re-run, though this time it is happening with the newer react-tooltip__show class.
The snapshot switches between having and not having react-tooltip__show. I believe this is likely because we're not using waitFor() correctly to account for the delayShow timer.
The text was updated successfully, but these errors were encountered:
gabrieljablonski
added
V6
It might get fixed/merged before, but most likely only on V6's release.
and removed
Stale
This has not seen activity in quite some time
labels
Dec 1, 2023
Managed to reproduce locally the problem with the workflow sometimes failing, and passing on re-run, though this time it is happening with the newer
react-tooltip__show
class.https://github.com/ReactTooltip/react-tooltip/blob/master/src/test/tooltip-props.spec.js#L118-L144
https://github.com/ReactTooltip/react-tooltip/blob/master/src/test/__snapshots__/tooltip-props.spec.js.snap#L86
The snapshot switches between having and not having
react-tooltip__show
. I believe this is likely because we're not usingwaitFor()
correctly to account for thedelayShow
timer.The text was updated successfully, but these errors were encountered: