Skip to content

Commit

Permalink
test: resolve operation to trigger kmz email
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc authored and ccbc-service-account committed Jun 5, 2024
1 parent 6cf3bcd commit a43dcd0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ describe('The applicantRfiId Page', () => {
},
}
);

act(() => {
pageTestingHelper.environment.mock.resolveMostRecentOperation({
data: {},
});
});
});

it('uses template 1 and 2 data to auto populate form data', async () => {
Expand Down

0 comments on commit a43dcd0

Please sign in to comment.