Skip to content

Commit

Permalink
replace xls with docs file type since xls no longer accepted for rate…
Browse files Browse the repository at this point in the history
… uploads
  • Loading branch information
pearl-truss committed Sep 6, 2023
1 parent dff098e commit 7295617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ describe('RateDetails', () => {
const input = screen.getByLabelText(
'Upload one rate certification document'
)
await userEvent.upload(input, [TEST_XLS_FILE])
await userEvent.upload(input, [TEST_DOC_FILE])
const hasSharedRateFieldset = screen
.getByText(
/Was this rate certification uploaded to any other submissions/
Expand Down

0 comments on commit 7295617

Please sign in to comment.