Skip to content

Commit

Permalink
Fix fusion molecular profile name in e2e spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Aug 11, 2022
1 parent a82ae85 commit 4b07018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ workflows:
- end_to_end_tests:
requires:
- install
- end_to_end_tests_localdb:
requires:
- install
# - end_to_end_tests_localdb:
# requires:
# - install
# - api_sync:
# requires:
# - install
Expand Down
2 changes: 1 addition & 1 deletion end-to-end-test/remote/specs/core/studyview.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ describe('check the filters are working properly', () => {
// This needs to be done separately due to leak of data in the other tests
describe('check the fusion filter is working properly', () => {
before(function() {
const url = `${CBIOPORTAL_URL}/study/summary?id=es_dfarber_broad_2014&filters=%7B%22geneFilters%22%3A%5B%7B%22molecularProfileIds%22%3A%5B%22es_dfarber_broad_2014_fusion%22%5D%2C%22geneQueries%22%3A%5B%5B%22FLI1%22%5D%5D%7D%5D%7D`;
const url = `${CBIOPORTAL_URL}/study/summary?id=es_dfarber_broad_2014&filters=%7B%22geneFilters%22%3A%5B%7B%22molecularProfileIds%22%3A%5B%22es_dfarber_broad_2014_structural_variants%22%5D%2C%22geneQueries%22%3A%5B%5B%22FLI1%22%5D%5D%7D%5D%7D`;
goToUrlAndSetLocalStorage(url);
waitForNetworkQuiet(60000);
});
Expand Down

0 comments on commit 4b07018

Please sign in to comment.