This commit is contained in:
Abrifq
2024-01-31 16:37:48 +03:00
parent 66ef322a31
commit b40990a528
+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.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', () => {