From cc2f957e5d45b5eda1d572743176ee8344a826d6 Mon Sep 17 00:00:00 2001 From: Rishi Prasad Sulakhe Date: Mon, 6 Jan 2025 21:09:49 +0530 Subject: [PATCH] Update end-to-end-test/remote/specs/core/plots.screenshot.spec.js Co-authored-by: Ino de Bruijn --- end-to-end-test/remote/specs/core/plots.screenshot.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/end-to-end-test/remote/specs/core/plots.screenshot.spec.js b/end-to-end-test/remote/specs/core/plots.screenshot.spec.js index 851600ef0c6..df43f611e08 100644 --- a/end-to-end-test/remote/specs/core/plots.screenshot.spec.js +++ b/end-to-end-test/remote/specs/core/plots.screenshot.spec.js @@ -435,7 +435,7 @@ describe('plots tab screenshot tests', function() { await waitForAndCheckPlotsTab(); }); - it('plots tab waterfall plot cancer by tumor type', async () => { + it('plots tab waterfall plot color by cancer type', async () => { await goToUrlAndSetLocalStorage( `${CBIOPORTAL_URL}/results/plots?Action=Submit&plots_coloring_selection=%7B"selectedOption"%3A"undefined_%7B%5C"clinicalAttributeId%5C"%3A%5C"CANCER_TYPE%5C"%2C%5C"patientAttribute%5C"%3Afalse%2C%5C"studyId%5C"%3A%5C"ccle_broad_2019%5C"%7D"%7D&plots_horz_selection=%7B"dataType"%3A"none"%2C"selectedGeneOption"%3A672%2C"mutationCountBy"%3A"MutationType"%2C"logScale"%3A"false"%7D&plots_vert_selection=%7B"selectedGeneOption"%3A672%2C"dataType"%3A"TREATMENT_RESPONSE"%2C"selectedGenericAssayOption"%3A"Afatinib-1"%2C"mutationCountBy"%3A"MutationType"%2C"logScale"%3A"false"%7D&session_id=5ed80b90e4b030a3bfd0c662&tab_index=tab_visualize` );