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
There are a few instances of the following in the createDropDownComponent and useEventRefresh tests:
// Some aspect of unmounting seems to be asynchronous in this test, and not// waiting seems to mean that window dimension changes in other tests trigger// changes here.awaitnewPromise((resolve)=>setTimeout(resolve,10));
It would be ideal if these could be eliminated somehow.
The text was updated successfully, but these errors were encountered:
jameswilddev
changed the title
Timing hacks in createDropDownComponent tests
Timing hacks in createDropDownComponent and useEventRefresh tests
Oct 26, 2021
There are a few instances of the following in the createDropDownComponent and useEventRefresh tests:
It would be ideal if these could be eliminated somehow.
The text was updated successfully, but these errors were encountered: