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 64f20e5 commit 6fe32daCopy full SHA for 6fe32da
1 file changed
test/public/lhcFills/detail.test.js
@@ -45,7 +45,7 @@ module.exports = () => {
45
46
await expectInnerText(page, '#lhc-fill-beamType', 'Beam type:\nPROTON-PROTON');
47
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');
+ await expectInnerText(page, '#lhc-fill-collidingBunchesCount', 'Colliding bunches:\n1,024');
49
await expectInnerText(page, '#lhc-fill-deliveredLuminosity', 'Delivered lumi:\n420 nb-1');
50
});
51
0 commit comments