Skip to content

Commit

Permalink
Merge pull request #2999 from kalletlak/fix-7021
Browse files Browse the repository at this point in the history
SV: Fix failing test
  • Loading branch information
inodb authored Jan 21, 2020
2 parents 3a5063d + 1b60d46 commit ed7e3f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -274,7 +274,7 @@ describe('check the filters are working properly', ()=>{
describe('check the fusion filter is working properly', ()=>{

before(function() {
const url = `${CBIOPORTAL_URL}/study/summary?id=es_dfarber_broad_2014&filters=%7B%22fusionGenes%22%3A%20%5B%7B%22hugoGeneSymbols%22%3A%20%5B%22FLI1%22%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_fusion%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 ed7e3f9

Please sign in to comment.