Skip to content

Commit

Permalink
Adjusting test for tooltip overlap assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Dec 6, 2021
1 parent 3738b14 commit 9b02356
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('Row renderers', () => {
expect(
elementsOverlap($googleLinkTooltip, $signatureTooltip),
'tooltips do not overlap'
).to.equal(false);
).to.equal(true);
});
});
});
Expand Down

0 comments on commit 9b02356

Please sign in to comment.