From 66ef322a31dc42309bfd30b9dbf7c38ce8d4bdf3 Mon Sep 17 00:00:00 2001 From: Abrifq Date: Wed, 31 Jan 2024 16:29:05 +0300 Subject: [PATCH] Updated docs domain name in the test as well --- 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 41a5f70b..9325d523 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.github.io/mermaid"]`).should('exist'); + cy.get(`[data-cy=docs][href^="https://mermaid.js.org/mermaid"]`).should('exist'); }); it('Test to see if the correct URL loads when changing from one diagram to other', () => {