Skip to content

Commit

Permalink
Update api clients (#4281)
Browse files Browse the repository at this point in the history
* update API clients

* Fix type issues after client update
  • Loading branch information
alisman authored Jun 7, 2022
1 parent 5382ab1 commit ac6cb64
Show file tree
Hide file tree
Showing 27 changed files with 1,271 additions and 794 deletions.
5 changes: 1 addition & 4 deletions end-to-end-test/remote/specs/core/results.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,7 @@ describe('Results Page', function() {
var url = `${CBIOPORTAL_URL}/results/mutations?tab_index=tab_visualize&cancer_study_list=ov_tcga_pub&cancer_study_id=ov_tcga_pub&genetic_profile_ids_PROFILE_MUTATION_EXTENDED=ov_tcga_pub_mutations&Z_SCORE_THRESHOLD=2.0&case_set_id=ov_tcga_pub_3way_complete&gene_list=TP53+PTEN&gene_set_choice=user-defined-list&Action=Submit`;
browser.url(url);
$('[data-test=view3DStructure]').waitForExist({
timeout: 10000,
});
$('[data-test=view3DStructure]').waitForEnabled({
timeout: 10000,
timeout: 20000,
});
$('[data-test=oncogenic-icon-image]').waitForDisplayed({
timeout: 10000,
Expand Down
4 changes: 2 additions & 2 deletions env/custom.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export CBIOPORTAL_URL="http://localhost:8080"
export GENOME_NEXUS_URL="https://www.genomenexus.org"
#export CBIOPORTAL_URL="http://localhost:8080"
#export GENOME_NEXUS_URL="https://www.genomenexus.org"
2 changes: 1 addition & 1 deletion env/master.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export CBIOPORTAL_URL="${CBIOPORTAL_URL:-https://www.cbioportal.org}"
export CBIOPORTAL_URL="${CBIOPORTAL_URL:-https://master.cbioportal.org}"
export GENOME_NEXUS_URL="${GENOME_NEXUS_URL:-https://www.genomenexus.org}"
Loading

0 comments on commit ac6cb64

Please sign in to comment.