eAPD
eAPD copied to clipboard
[Tech Debt] Fix issue with modals and jest tests
Description and related issues - Our current jest configuration doesn't handle modals correctly. Research how to manage modals so that they don't break subsequent tests.
Tests that need to be fixed:
- FederalAdmin.test.js - it('shows confirmation dialog when clicking deny')
This task is done when…
- [ ] tests listed above can run and pass