-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
Our unhandled rejections are swallowed currently
Add a listener to turn them into uncaught errors.
User Experience
- There are some unhandled rejections with promises created internally in the driver
Dependencies
- None
Risks/Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Add listener to convert errors
- Correct unhandled rejections in the driver
- Correct unhandled rejections in test code
Testing Requirements
- All tests pass
Documentation Requirements
- None
Follow Up Requirements
- None