Skip to content

Commit 307b28c

Browse files
committed
Revert "[tmp] test converse on ci"
This reverts commit 740bad0.
1 parent 2868264 commit 307b28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_jupyter/js_tests/connected_false.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test('should have one plotly.js graph', function(t) {
1414
t.plan(1);
1515

1616
var nodes = document.querySelectorAll('.js-plotly-plot');
17-
t.equal(nodes.length, 2);
17+
t.equal(nodes.length, 1);
1818
});
1919

2020
test('should inject raw plotly.js code into DOM', function(t) {

0 commit comments

Comments
 (0)