As reported in the flaky test reporting slack channel, this test has failed on a few different PRs recently. It relies heavily on consistent values of new Date().
Resolution :heavy_check_mark:
Freeze the value of new Date() at the start of the test and unfreeze it at the end.
Introduction :pencil2:
As reported in the flaky test reporting slack channel, this test has failed on a few different PRs recently. It relies heavily on consistent values of
new Date()
.Resolution :heavy_check_mark:
Freeze the value of
new Date()
at the start of the test and unfreeze it at the end.Miscellaneous :heavy_plus_sign:
List any additional fixes or improvements.