Skip to content

Commit

Permalink
Merge pull request #4380 from alisman/fxCREE
Browse files Browse the repository at this point in the history
Fix query page localdb test
  • Loading branch information
alisman authored Sep 23, 2022
2 parents d3c6517 + ac5ab41 commit f7f25e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions end-to-end-test/local/specs/core/querypage.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ describe('study select page', function() {
assert(!$(hg38StudyEntry).isDisplayed());
});
it('updates reference genome form elements and study filter when entering search shorthand in text input', () => {
$(searchTextInput).click();
assert($(referenceGenomeFormSection).isDisplayed());
assert(!$(hg38StudyEntry).isDisplayed());
assert(!$(hg38Checkbox).isSelected());
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"checkIncorrectImportStatements": "./scripts/check_incorrect_import_statements.sh",
"syncmock": "node src/test/fetchMockData.js --diff",
"e2e:spinup": "./scripts/e2e.sh",
"e2e:local": "export CBIOPORTAL_URL=http://localhost:8080 && export && export SCREENSHOT_DIRECTORY=/local/screenshots/ && cd end-to-end-test && yarn run test-webdriver-manager-local",
"e2e:remote": "export CBIOPORTAL_URL=https://www.cbioportal.org && export RETRIES=0 && export SCREENSHOT_DIRECTORY=/remote/screenshots/ && rm -r -f end-to-end-test/shared/results && cd end-to-end-test && yarn run test-webdriver-manager-remote",
"e2e:local": "export RETRIES=0 && export CBIOPORTAL_URL=http://localhost:8080 && export && export SCREENSHOT_DIRECTORY=/local/screenshots/ && cd end-to-end-test && yarn run test-webdriver-manager-local",
"e2e:remote": "export RETRIES=0 export CBIOPORTAL_URL=https://www.cbioportal.org && export RETRIES=0 && export SCREENSHOT_DIRECTORY=/remote/screenshots/ && rm -r -f end-to-end-test/shared/results && cd end-to-end-test && yarn run test-webdriver-manager-remote",
"e2e:report": "npx http-server end-to-end-test -o /shared/imageCompare.html -p 8089"
},
"engines": {
Expand Down

0 comments on commit f7f25e0

Please sign in to comment.