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
I discovered that my tests are failing on Electron and passing on Chrome because my app code relies on Promise.finally, which was added in Chrome 63. Cypress uses Electron 59, which is very old (April 2017).
Desired behavior:
Please upgrade to the latest Electron. Or, even better, let users decide which version to use.
Versions
3.1.4
The text was updated successfully, but these errors were encountered:
Current behavior:
I discovered that my tests are failing on Electron and passing on Chrome because my app code relies on
Promise.finally
, which was added in Chrome 63. Cypress uses Electron 59, which is very old (April 2017).Desired behavior:
Please upgrade to the latest Electron. Or, even better, let users decide which version to use.
Versions
3.1.4
The text was updated successfully, but these errors were encountered: