Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Oct 25, 2021
1 parent c930342 commit a6e405a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/demo.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe("demo", function () {
"exist"
);
});
it(`demo options should persist even if Show Demo Options is unchecked`, () => {
it(`demo options should persist even if "Show Demo Options" is unchecked`, () => {
cy.visit("#/Editor?showDemoOptions=false&moleculeType=Protein");
cy.contains("pj5_00001");
cy.contains("Length: 1384 AAs");
Expand Down

0 comments on commit a6e405a

Please sign in to comment.