Skip to content

Commit

Permalink
Update end-to-end-test/remote/specs/core/plots.screenshot.spec.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ino de Bruijn <[email protected]>
  • Loading branch information
2 people authored and alisman committed Jan 15, 2025
1 parent 112f9c1 commit cc2f957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion end-to-end-test/remote/specs/core/plots.screenshot.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`
);
Expand Down

0 comments on commit cc2f957

Please sign in to comment.