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

Skip to content

Commit cb5be64

Browse files
committed
add @flaky to editable:true colorbar tests
1 parent 97fe760 commit cb5be64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/jasmine/tests/colorbar_test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ describe('Test colorbar:', function() {
397397
return document.querySelector('.colorbar');
398398
}
399399

400-
it('can drag root-level colorbars in editable mode', function(done) {
400+
it('@flaky can drag root-level colorbars in editable mode', function(done) {
401401
Plotly.newPlot(gd,
402402
[{z: [[1, 2], [3, 4]], type: 'heatmap'}],
403403
{width: 400, height: 400},
@@ -417,7 +417,7 @@ describe('Test colorbar:', function() {
417417
.then(done);
418418
});
419419

420-
it('can drag marker-level colorbars in editable mode', function(done) {
420+
it('@flaky can drag marker-level colorbars in editable mode', function(done) {
421421
Plotly.newPlot(gd,
422422
[{y: [1, 2, 1], marker: {color: [0, 1, 2], showscale: true}}],
423423
{width: 400, height: 400},
@@ -437,7 +437,7 @@ describe('Test colorbar:', function() {
437437
.then(done);
438438
});
439439

440-
it('can drag colorbars linked to color axes in editable mode', function(done) {
440+
it('@flaky can drag colorbars linked to color axes in editable mode', function(done) {
441441
Plotly.newPlot(gd,
442442
[{z: [[1, 2], [3, 4]], type: 'heatmap', coloraxis: 'coloraxis'}],
443443
{coloraxis: {}, width: 400, height: 400},

0 commit comments

Comments
 (0)