Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Mar 8, 2024
1 parent 69718a8 commit d01a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/ReviewPage/ReviewPage.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe('ReviewPage', () => {

await waitFor(() => {
expect(getByText((text) => text.includes('Discard 1 sequence with errors'))).toBeDefined();
expect(getByText((text) => text.includes('Release 1 sequence'))).toBeDefined();
expect(getByText((text) => text.includes('Release 1 valid sequence'))).toBeDefined();
});

mockRequest.backend.getSequences(200, generateGetSequencesResponse([]));
Expand Down

0 comments on commit d01a8a7

Please sign in to comment.