From b40990a52839c50b20641b033c7f7aaea4f6eb2e Mon Sep 17 00:00:00 2001 From: Abrifq Date: Wed, 31 Jan 2024 16:37:48 +0300 Subject: [PATCH] Whoops! --- cypress/e2e/docMap.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', () => {