Skip to content

Commit 9ad6634

Browse files
committedFeb 25, 2019
removed noCI flag from the jasmine test & reset one more mock width
baseline with original width
1 parent 2a80673 commit 9ad6634

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 
Loading

‎test/image/mocks/gl3d_formatted-text-on-multiple-lines.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"layout": {
1414
"title":"Now texts could be displayed in 3D on multiple lines.",
15-
"width": 900,
15+
"width": 1200,
1616
"height": 900,
1717
"scene":{
1818
"xaxis":{

‎test/jasmine/tests/gl3d_plot_interact_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ describe('Test gl3d plots', function() {
359359
.then(done);
360360
});
361361

362-
it('@noCI @gl should emit correct event data on click (scatter3d case)', function(done) {
362+
it('@gl should emit correct event data on click (scatter3d case)', function(done) {
363363
var _mock = Lib.extendDeep({}, mock2);
364364

365365
// N.B. gl3d click events are 'mouseover' events

0 commit comments

Comments
 (0)
Please sign in to comment.