Skip to content

Commit ba42fcf

Browse files
Update submission-flow.spec.ts
1 parent c80fc5e commit ba42fcf

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

integration-tests/tests/specs/features/submission-flow.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ test.describe('Submission flow', () => {
2020
await page.getByTestId('metadata_file').setInputFiles(metadataFile);
2121

2222
await page.getByLabel('I confirm that the data').check();
23-
await page.locator('.mt-2 > div').first().click({
24-
button: 'right'
25-
});
2623
await page.getByLabel('I confirm I have not and will').check();
2724

2825
await page.getByRole('button', { name: 'Submit sequences' }).click();
@@ -36,4 +33,4 @@ test.describe('Submission flow', () => {
3633
await page.getByRole('cell', { name: 'Pakistan' }).click();
3734
await page.waitForSelector('text="test_NIHPAK-19"');
3835
});
39-
});
36+
});

0 commit comments

Comments
 (0)