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
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
Cypress tests on Firefox are currently failing.
The following PR is skipping them, but we should re-enable them: #715
They started failing with the following PR: #691. The problem seems to be related to using dependencies using pure ES modules, not to p-filter. I based this statement from some debugging where I tried to upgrade p-locate first instead (#692), and the result was the same.
Also, this appears to be a problem only with our tests. In production, Firefox works well with framework-info.
Finally, this is not a problem with using pure ES modules in framework-info itself, since we migrated to ES modules before upgrading p-filter and the tests on Firefox were successful.
The text was updated successfully, but these errors were encountered:
Cypress tests on Firefox are currently failing.
The following PR is skipping them, but we should re-enable them: #715
They started failing with the following PR: #691. The problem seems to be related to using dependencies using pure ES modules, not to
p-filter
. I based this statement from some debugging where I tried to upgradep-locate
first instead (#692), and the result was the same.Also, this appears to be a problem only with our tests. In production, Firefox works well with
framework-info
.Finally, this is not a problem with using pure ES modules in
framework-info
itself, since we migrated to ES modules before upgradingp-filter
and the tests on Firefox were successful.The text was updated successfully, but these errors were encountered: