From ce51a5e68672c409bbb5fece7b1c44443a1b676d Mon Sep 17 00:00:00 2001 From: Kevin Shen Date: Wed, 11 Oct 2023 15:41:42 -0700 Subject: [PATCH] update tests --- apps/mark-scan/frontend/src/app_cardless_voting.test.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mark-scan/frontend/src/app_cardless_voting.test.tsx b/apps/mark-scan/frontend/src/app_cardless_voting.test.tsx index 2cecc69cc0..ffefa70fe8 100644 --- a/apps/mark-scan/frontend/src/app_cardless_voting.test.tsx +++ b/apps/mark-scan/frontend/src/app_cardless_voting.test.tsx @@ -258,7 +258,7 @@ test('Cardless Voting Flow', async () => { userEvent.click(screen.getByText('My Ballot is Correct')); apiMock.setPaperHandlerState('ejecting_to_rear'); - await screen.findByText('Casting Ballot'); + await screen.findByText('Casting Ballot...'); apiMock.setAuthStatusLoggedOut(); await screen.findByText('Insert Card'); @@ -405,7 +405,7 @@ test('Voter can submit a blank ballot', async () => { userEvent.click(screen.getByText('My Ballot is Correct')); apiMock.setPaperHandlerState('ejecting_to_rear'); - await screen.findByText('Casting Ballot'); + await screen.findByText('Casting Ballot...'); apiMock.setAuthStatusLoggedOut(); await screen.findByText('Insert Card'); @@ -624,7 +624,7 @@ test('poll worker must select a precinct first', async () => { userEvent.click(screen.getByText('My Ballot is Correct')); apiMock.setPaperHandlerState('ejecting_to_rear'); - await screen.findByText('Casting Ballot'); + await screen.findByText('Casting Ballot...'); apiMock.setAuthStatusLoggedOut(); await screen.findByText('Insert Card');