Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dfdb1f4

Browse filesBrowse files
committed
(arrg) make the whole responsive suite flaky
1 parent 8f627dc commit dfdb1f4
Copy full SHA for dfdb1f4

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎test/jasmine/tests/config_test.js

Copy file name to clipboardExpand all lines: test/jasmine/tests/config_test.js
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.