Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Dec 1, 2024
1 parent c614af9 commit 8aef2d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/offline/toggle.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('Ideogram toggling', function() {
var annot, annotBox;
annot = document.getElementsByClassName('annot')[3];
annotBox = annot.getBoundingClientRect();
console.log('annotBox', annotBox)
try {
assert.isBelow(Math.abs(annotBox.x - 101), 2);
assert.isBelow(Math.abs(annotBox.y - 65), 2);
Expand Down

0 comments on commit 8aef2d9

Please sign in to comment.