Skip to content

Commit

Permalink
Wrap option working in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrolin47 committed Feb 21, 2023
1 parent 14c15b2 commit ec5fa31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cypress/integration/rendering/sequencediagram.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ context('Sequence diagram', () => {
loop Loopy
Bob->>Alice: Pasten
end `,
{ wrap: true }
{
sequence: {
wrap: true,
},
}
);
});
context('font settings', () => {
Expand Down

0 comments on commit ec5fa31

Please sign in to comment.