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
Remove the promise in componentDidMount in WholeApp, since it unnecessarily creates a 2 second waiting time when the app starts. It should rather activate the tooltips at the moment the component has mounted.
Also, if changed, it is important the tests will be changed to only use a waitFor, instead of a SetTimeout. To check if the solution works, simply remove the SetTimeout in the Tooltips.int.test.js, and when they are green, they should work as intended.
The text was updated successfully, but these errors were encountered:
Remove the promise in componentDidMount in WholeApp, since it unnecessarily creates a 2 second waiting time when the app starts. It should rather activate the tooltips at the moment the component has mounted.
Also, if changed, it is important the tests will be changed to only use a waitFor, instead of a SetTimeout. To check if the solution works, simply remove the SetTimeout in the Tooltips.int.test.js, and when they are green, they should work as intended.
The text was updated successfully, but these errors were encountered: