Skip to content

Commit 6fe32da

Browse files
committed
fix test
1 parent 64f20e5 commit 6fe32da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/public/lhcFills/detail.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = () => {
4545

4646
await expectInnerText(page, '#lhc-fill-beamType', 'Beam type:\nPROTON-PROTON');
4747
await expectInnerText(page, '#lhc-fill-fillingSchemeName', 'Scheme name:\nSingle_12b_8_1024_8_2018');
48-
await expectInnerText(page, '#lhc-fill-collidingBunchesCount', 'Colliding bunches:\n2,345');
48+
await expectInnerText(page, '#lhc-fill-collidingBunchesCount', 'Colliding bunches:\n1,024');
4949
await expectInnerText(page, '#lhc-fill-deliveredLuminosity', 'Delivered lumi:\n420 nb-1');
5050
});
5151

0 commit comments

Comments
 (0)