Skip to content

Commit ca1eb5e

Browse files
committed
Update noCI test assertions
1 parent dc59e77 commit ca1eb5e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

test/jasmine/tests/select_test.js

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2668,12 +2668,14 @@ describe('Test select box and lasso per trace:', function() {
26682668
assertPoints([
26692669
[0, 281, 'Purchases'],
26702670
[0, 269, 'Material expenses'],
2671+
[0, 191, 'Personnel expenses'],
2672+
[0, 179, 'Other expenses'],
26712673
]);
26722674
assertSelectedPoints({
2673-
0: [5, 6]
2675+
0: [5, 6, 7, 8]
26742676
});
26752677
},
2676-
null, [3, 2, 1], 'waterfall lasso'
2678+
null, [4, 2, 1], 'waterfall lasso'
26772679
);
26782680
})
26792681
.then(function() {
@@ -2717,13 +2719,14 @@ describe('Test select box and lasso per trace:', function() {
27172719
assertPoints([
27182720
[0, 331.5, 'Author: etpinard'],
27192721
[1, 53.5, 'Pull requests'],
2722+
[1, 15.5, 'Author: etpinard'],
27202723
]);
27212724
assertSelectedPoints({
27222725
0: [2],
2723-
1: [1]
2726+
1: [1, 2]
27242727
});
27252728
},
2726-
null, [3, 2, 1], 'funnel lasso'
2729+
null, [4, 2, 1], 'funnel lasso'
27272730
);
27282731
})
27292732
.then(done, done.fail);

0 commit comments

Comments
 (0)