This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improving passing of alignmentAnnotationVisibility to keep the defaul…
…t values unless explicitly overridden
- Loading branch information
Showing
3 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
describe("StandaloneAlignment", function () { | ||
it("it should have both parts and features shown by default (via passed in alignmentAnnotationVisibility) and still show the sequence", function () { | ||
cy.visit("#/StandaloneAlignment"); | ||
cy.get(".veRowViewPart").should("exist"); | ||
cy.get(".veRowViewFeature").should("exist"); | ||
cy.get(".rowViewTextContainer").should("exist"); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters