Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vashjs committed Jul 1, 2024
1 parent 8aacb20 commit 8bacfc8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/common/components/ExportJobId/ExportJobId.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,6 @@ describe('ExportJobId', () => {
expect(downloadSecurelyMock).toHaveBeenCalled();
});

it('should not use secure download for bursar exports', () => {
const jobName = '1001';
const { getByTestId } = renderExportJobId({
name: jobName,
files: ['/test.png'],
type: 'BURSAR_FEES_FINES',
});

user.click(getByTestId('text-link'));

expect(downloadSecurelyMock).not.toHaveBeenCalled();
});

it('should render with no axe errors', async () => {
const jobName = '1001';
renderExportJobId({
Expand Down

0 comments on commit 8bacfc8

Please sign in to comment.