Skip to content

Commit

Permalink
cypress re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Sep 6, 2023
1 parent 0542766 commit e98271b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ const fillOutIndexRate = async (screen: Screen, index: number) => {
const input = withinTargetRateCert.getByLabelText(
'Upload one rate certification document'
)
await userEvent.upload(input, [TEST_DOC_FILE])
await userEvent.upload(input, [TEST_PDF_FILE])

// add programs
const combobox = await withinTargetRateCert.findByRole('combobox')
Expand Down

0 comments on commit e98271b

Please sign in to comment.