Skip to content

Commit

Permalink
Fix query page e2e test involving transcript checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
alisman committed Sep 23, 2022
1 parent d3c6517 commit 994c9f5
Showing 1 changed file with 1 addition and 0 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

0 comments on commit 994c9f5

Please sign in to comment.