Skip to content

Commit

Permalink
Update index.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Aug 16, 2024
1 parent f5ba530 commit 383c378
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions website/tests/pages/search/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ test.describe('The search page', () => {

const downloadButton2 = page.getByTestId('start-download');

// Set up a listener for the download event
const downloadPromise: Promise<Download> = page.waitForEvent('download');

await downloadButton2.click();
Expand All @@ -138,7 +137,6 @@ test.describe('The search page', () => {

const filePath = await performDownload(page);

// Add assertions to verify the downloaded file if needed
expect(filePath).toBeTruthy();
});

Expand All @@ -147,8 +145,6 @@ test.describe('The search page', () => {

const filePath = await performDownload(page, { selectRawNucleotide: true });

// Add assertions to verify the downloaded file contains raw nucleotide sequences
expect(filePath).toBeTruthy();
// Additional assertions can be added here to check the file content
});
});

0 comments on commit 383c378

Please sign in to comment.