Skip to content

Commit

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



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

await waitFor(() => {
Expand All @@ -125,10 +123,9 @@ describe('ReviewPage', () => {

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


getByText((text) => text.includes('Release 1 sequences without errors')).click();
await waitFor(() => {
expect(getByText("Confirm")).toBeDefined();
expect(getByText('Confirm')).toBeDefined();
});
getByText((text) => text.includes('Confirm')).click();

Expand Down

0 comments on commit 51bf7be

Please sign in to comment.