diff --git a/cypress/e2e/docMap.spec.ts b/cypress/e2e/docMap.spec.ts index 9325d523..0a43ee18 100755 --- a/cypress/e2e/docMap.spec.ts +++ b/cypress/e2e/docMap.spec.ts @@ -9,7 +9,7 @@ describe('Editor docs tests', () => { }); it('Test default loading', () => { - cy.get(`[data-cy=docs][href^="https://mermaid.js.org/mermaid"]`).should('exist'); + cy.get(`[data-cy=docs][href^="https://mermaid.js.org/"]`).should('exist'); }); it('Test to see if the correct URL loads when changing from one diagram to other', () => {