Skip to content

Commit dbbe815

Browse files
authored
Merge pull request #298 from magjac/update-dependencies-2024-08-20
Update dependencies 2024-08-20
2 parents 0e3c138 + 9c7dbc8 commit dbbe815

File tree

3 files changed

+12257
-17588
lines changed

3 files changed

+12257
-17588
lines changed

cypress/e2e/text_editor.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('Text editor', function() {
8888
cy.textEditorGutter().trigger('mousemove', 40 * 0.5, 12 * 1.5);
8989

9090
cy.textEditorTooltip().should('exist');
91-
cy.textEditorTooltip().should('have.text', ' Expected "<", "\\"", "edge", "graph", "node", "subgraph", "{", "}", NUMBER, UNICODE_STRING, or WHITESPACE but "-" found.');
91+
cy.textEditorTooltip().should('have.text', ' Expected "<", "\\"", "edge", "graph", "node", "subgraph", "{", "}", NUMBER, UNICODE_STRING, or WHITESPACE but "-" found.');
9292
})
9393

9494
it('The line with the DOT source error is scrolled into view when the error icon in the text editor is clicked', function() {
@@ -158,7 +158,7 @@ describe('Text editor', function() {
158158
cy.textEditorGutter().trigger('mousemove', 40 * 0.5, 12 * 1.5);
159159

160160
cy.textEditorTooltip().should('exist');
161-
cy.textEditorTooltip().should('have.text', " syntax error in line 2 near '-'\n");
161+
cy.textEditorTooltip().should('have.text', " syntax error in line 2 near '-'\n");
162162

163163
})
164164

0 commit comments

Comments
 (0)