Skip to content

Commit 8e346b3

Browse files
committed
fixup box/violin select tests post #3869
1 parent 2f006ad commit 8e346b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: test/jasmine/tests/select_test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -2555,7 +2555,7 @@ describe('Test select box and lasso per trace:', function() {
25552555
2: [1, 4, 5]
25562556
});
25572557
assertLassoPoints([
2558-
['day 1', 'day 2', 'day 2', 'day 1', 'day 1'],
2558+
[0.0423, 1.0546, 1.0546, 0.0423, 0.0423],
25592559
[0.71, 0.71, 0.1875, 0.1875, 0.71]
25602560
]);
25612561
},
@@ -2579,7 +2579,7 @@ describe('Test select box and lasso per trace:', function() {
25792579
1: [11, 8, 6, 10],
25802580
2: [1, 4, 5]
25812581
});
2582-
assertRanges([['day 1', 'day 2'], [0.1875, 0.71]]);
2582+
assertRanges([[0.04235, 1.0546], [0.1875, 0.71]]);
25832583
},
25842584
null, BOXEVENTS, 'box select'
25852585
);
@@ -2617,7 +2617,7 @@ describe('Test select box and lasso per trace:', function() {
26172617
2: [1, 4, 5, 3]
26182618
});
26192619
assertLassoPoints([
2620-
['day 1', 'day 2', 'day 2', 'day 1', 'day 1'],
2620+
[0.07777, 1.0654, 1.0654, 0.07777, 0.07777],
26212621
[1.02, 1.02, 0.27, 0.27, 1.02]
26222622
]);
26232623
},
@@ -2642,7 +2642,7 @@ describe('Test select box and lasso per trace:', function() {
26422642
1: [8, 6, 10, 9, 7],
26432643
2: [1, 4, 5, 3]
26442644
});
2645-
assertRanges([['day 1', 'day 2'], [0.27, 1.02]]);
2645+
assertRanges([[0.07777, 1.0654], [0.27, 1.02]]);
26462646
},
26472647
null, BOXEVENTS, 'violin select'
26482648
);

0 commit comments

Comments
 (0)