We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3c51d commit 350f297Copy full SHA for 350f297
end-to-end-test/shared/wdio/wdio.conf.js
@@ -166,6 +166,7 @@ exports.config = {
166
//
167
168
specs: [SPEC_FILE_PATTERN],
169
+ // specs: ['./local/specs/hide-download-controls.spec.js'],
170
171
exclude: ['./local/specs/web-tour.spec.js'],
172
env/master.sh
@@ -1,3 +1,3 @@
1
-export CBIOPORTAL_URL="${CBIOPORTAL_URL:-https://www.cbioportal.org}"
+export CBIOPORTAL_URL="${CBIOPORTAL_URL:-https://master.cbioportal.org}"
2
export GENOME_NEXUS_URL="${GENOME_NEXUS_URL:-https://www.genomenexus.org}"
3
export BACKEND=cbioportal:demo-fix-clinical-table-sorting
0 commit comments