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 cb5be64

Browse filesBrowse files
committed
add @flaky to editable:true colorbar tests
1 parent 97fe760 commit cb5be64
Copy full SHA for cb5be64

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎test/jasmine/tests/colorbar_test.js

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