Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfdb1f4

Browse files
committed
(arrg) make the whole responsive suite flaky
1 parent 8f627dc commit dfdb1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/config_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ describe('config argument', function() {
548548
});
549549
});
550550

551-
describe('responsive figure', function() {
551+
describe('@flaky responsive figure', function() {
552552
var gd, data = [{x: [1, 2, 3, 4], y: [5, 10, 2, 8]}];
553553
var width = 960, height = 800;
554554

@@ -615,7 +615,7 @@ describe('config argument', function() {
615615
.then(done);
616616
});
617617

618-
it('@flaky should still be responsive if the plot is edited', function(done) {
618+
it('should still be responsive if the plot is edited', function(done) {
619619
fillParent(1, 1);
620620
Plotly.plot(gd, data, {}, {responsive: true})
621621
.then(function() {return Plotly.restyle(gd, 'y[0]', data[0].y[0] + 2);})

0 commit comments

Comments
 (0)