diff --git a/end-to-end-test/remote/specs/core/customTabs.spec.js b/end-to-end-test/remote/specs/core/customTabs.spec.js index 7b99c54b995..01209a5d9b2 100644 --- a/end-to-end-test/remote/specs/core/customTabs.spec.js +++ b/end-to-end-test/remote/specs/core/customTabs.spec.js @@ -273,6 +273,9 @@ function runTests(pageName, url, tabLocation) { $('.nextPageBtn').isDisplayed() && $('.nextPageBtn').click(); break; + case 'COMPARISON_PAGE': + $("[data-test='groupSelectorButtonMSI/CIMP']").click(); + break; } $('div=Second render').waitForDisplayed(); @@ -289,6 +292,8 @@ const resultsUrl = `${CBIOPORTAL_URL}/results?cancer_study_list=coadread_tcga_pu const patientUrl = `${CBIOPORTAL_URL}/patient?studyId=ucec_tcga_pub&caseId=TCGA-AP-A053#navCaseIds=ucec_tcga_pub:TCGA-AP-A053,ucec_tcga_pub:TCGA-BG-A0M8,ucec_tcga_pub:TCGA-BG-A0YV,ucec_tcga_pub:TCGA-BS-A0U8`; +const comparisonUrl = `${CBIOPORTAL_URL}/comparison?comparisonId=61845a6ff8f71021ce56e22b`; + describe('Patient Cohort View Custom Tab Tests', () => { const conf = [ { @@ -395,3 +400,5 @@ describe('Patient Cohort View Custom Tab Tests', () => { runTests('ResultsView', resultsUrl, 'RESULTS_PAGE'); runTests('PatientView', patientUrl, 'PATIENT_PAGE'); + +runTests('ComparisonPage', comparisonUrl, 'COMPARISON_PAGE'); diff --git a/my-index.ejs b/my-index.ejs index db7f98e1c7d..280026fd88c 100644 --- a/my-index.ejs +++ b/my-index.ejs @@ -5,34 +5,6 @@ cBioPortal for Cancer Genomics