Skip to content

Commit

Permalink
try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 27, 2024
1 parent 1c44f8c commit b21fd94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/components/ReviewPage/ReviewPage.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ describe('ReviewPage', () => {
expect(getByText(awaitingApprovalTestData.accession)).toBeDefined();
});

getByText('Discard sequences').click();

await waitFor(() => {
expect(getByText((text) => text.includes('Discard 1 sequences with errors'))).toBeDefined();
expect(getByText((text) => text.includes('Release 1 sequences without errors'))).toBeDefined();
Expand Down

0 comments on commit b21fd94

Please sign in to comment.