Skip to content

Commit

Permalink
Add comment to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Iuliia Kulagina committed Sep 26, 2023
1 parent 2840229 commit f70b10a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/visualTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,8 @@ describe("SankeyDiagram", () => {
expect(link.classList).toContain(selectionClass);
// selected link is the only one that is selected
expect([...visualBuilder.linkElements].filter(link => link.classList.value.includes(selectionClass)).length).toBe(1);


// deselection does not work without passing 'true' as second argument
clickElement(link, true);

renderTimeout(() => {
Expand Down

0 comments on commit f70b10a

Please sign in to comment.