Updated docs domain name in the test as well

This commit is contained in:
Abrifq
2024-01-31 16:29:05 +03:00
parent 2f1c452021
commit 66ef322a31
+1 -1
View File
@@ -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', () => {