Skip to content

Commit 350f297

Browse files
committed
tests
1 parent ca3c51d commit 350f297

File tree

3 files changed

+320
-285
lines changed

3 files changed

+320
-285
lines changed

end-to-end-test/shared/wdio/wdio.conf.js

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ exports.config = {
166166
//
167167

168168
specs: [SPEC_FILE_PATTERN],
169+
// specs: ['./local/specs/hide-download-controls.spec.js'],
169170

170171
exclude: ['./local/specs/web-tour.spec.js'],
171172

env/master.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export CBIOPORTAL_URL="${CBIOPORTAL_URL:-https://www.cbioportal.org}"
1+
export CBIOPORTAL_URL="${CBIOPORTAL_URL:-https://master.cbioportal.org}"
22
export GENOME_NEXUS_URL="${GENOME_NEXUS_URL:-https://www.genomenexus.org}"
33
export BACKEND=cbioportal:demo-fix-clinical-table-sorting

0 commit comments

Comments
 (0)