We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc59e77 commit ca1eb5eCopy full SHA for ca1eb5e
test/jasmine/tests/select_test.js
@@ -2668,12 +2668,14 @@ describe('Test select box and lasso per trace:', function() {
2668
assertPoints([
2669
[0, 281, 'Purchases'],
2670
[0, 269, 'Material expenses'],
2671
+ [0, 191, 'Personnel expenses'],
2672
+ [0, 179, 'Other expenses'],
2673
]);
2674
assertSelectedPoints({
- 0: [5, 6]
2675
+ 0: [5, 6, 7, 8]
2676
});
2677
},
- null, [3, 2, 1], 'waterfall lasso'
2678
+ null, [4, 2, 1], 'waterfall lasso'
2679
);
2680
})
2681
.then(function() {
@@ -2717,13 +2719,14 @@ describe('Test select box and lasso per trace:', function() {
2717
2719
2718
2720
[0, 331.5, 'Author: etpinard'],
2721
[1, 53.5, 'Pull requests'],
2722
+ [1, 15.5, 'Author: etpinard'],
2723
2724
2725
0: [2],
- 1: [1]
2726
+ 1: [1, 2]
2727
2728
- null, [3, 2, 1], 'funnel lasso'
2729
+ null, [4, 2, 1], 'funnel lasso'
2730
2731
2732
.then(done, done.fail);
0 commit comments