Skip to content

Commit

Permalink
review comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjain0512 committed Aug 9, 2024
1 parent ba0d216 commit d4d7ca7
Show file tree
Hide file tree
Showing 35 changed files with 10,225 additions and 8,134 deletions.
2 changes: 1 addition & 1 deletion .cspell/mermaid-terms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ elems
gantt
gitgraph
gzipped
handdrawn
handDrawn
knsv
Knut
marginx
Expand Down
2 changes: 1 addition & 1 deletion .cspell/misc-terms.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BRANDES
circo
handdrawn
handDrawn
KOEPF
neato
newbranch
8 changes: 4 additions & 4 deletions cypress/integration/rendering/flowchart-elk.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,10 +896,10 @@ describe('Title and arrow styling #4813', () => {
cy.get('svg').should((svg) => {
const edges = svg[0].querySelectorAll('.edges path');
// console.log(edges);
// expect(edges[0]).to.have.attr('pattern', 'solid');
// expect(edges[1]).to.have.attr('pattern', 'dotted');
// expect(edges[2]).to.have.css('stroke-width', '3.5px');
// expect(edges[3]).to.have.css('stroke-width', '1.5px');
expect(edges[0]).to.have.attr('pattern', 'solid');
expect(edges[1]).to.have.attr('pattern', 'dotted');
expect(edges[2]).to.have.css('stroke-width', '3.5px');
expect(edges[3]).to.have.css('stroke-width', '1.5px');
});
});
});
Loading

0 comments on commit d4d7ca7

Please sign in to comment.