Skip to content

Commit

Permalink
fixes (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman authored and bemijonathan committed Aug 30, 2024
1 parent 8c6afb3 commit f42962f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions end-to-end-test/remote/specs/core/home.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@ describe('case set selection in front page query form', () => {

// Helper function for selecting the second study
async function selectSecondStudy() {
await getElementByTestHandle('StudySelect', { timeout: 10000 });
await clickElement('[data-test="StudySelect"]');
await clickElement('.studyItem_acc_tcga', { timeout: 10000 });

await clickQueryByGeneButton();

Expand Down Expand Up @@ -306,8 +305,8 @@ describe('case set selection in front page query form', () => {
1,
'Ampullary Carcinoma (Baylor College of Medicine, Cell Reports 2016)'
);
await getElementByTestHandle('StudySelect', { timeout: 10000 });
await clickElement('[data-test="StudySelect"] input');

await clickElement('.studyItem_ampca_bcm_2016', { timeout: 10000 });

await clickQueryByGeneButton();

Expand Down

0 comments on commit f42962f

Please sign in to comment.