We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a26a4 commit 72a604cCopy full SHA for 72a604c
test/jasmine/tests/config_test.js
@@ -160,11 +160,7 @@ describe('config argument', function() {
160
161
var link = document.getElementsByClassName('js-plot-link-container')[0];
162
163
- expect(link.textContent).toBe('');
164
-
165
- var bBox = link.getBoundingClientRect();
166
- expect(bBox.width).toBe(0);
167
- expect(bBox.height).toBe(0);
+ expect(link).toBeUndefined();
168
});
169
170
it('should display a link when true', function() {
0 commit comments