-
Type:
Investigation
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
3
-
Not Needed
-
Developer Tools
The "aborting exports can abort an in progress CSV export" e2e test fails on the new version of electron due to a native file picker blocking the DOM and then when disabled the "STOP" button has a pseudo element that doesn't become clickable.
Performing the flow by hand or forcing a MouseEvent to dispatch on the STOP element makes the test pass so the flow isn't actually broken.
We should investigate the change and fix the test.