Skip to content

Commit 21807f2

Browse files
committed
fix
1 parent 4503009 commit 21807f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/public/runs/detail.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ module.exports = () => {
283283
it('should successfully show luminosity information of PbPb run', async () => {
284284
await goToRunDetails(page, 54);
285285
await expectInnerText(page, '#luminosity div:nth-child(2) div:nth-child(1) div:nth-child(2)', '100,130.863\nµb\n-1');
286-
await expectInnerText(page, '#luminosity div:nth-child(2) div:nth-child(2) div:nth-child(2)', '0.031');
286+
await expectInnerText(page, '#luminosity div:nth-child(2) div:nth-child(2) div:nth-child(2)', '0.072');
287287
await expectInnerText(page, '#luminosity div:nth-child(2) div:nth-child(3) div:nth-child(2)', '78,600 µb');
288288
await expectInnerText(page, '#luminosity div:nth-child(2) div:nth-child(4) div:nth-child(2)', '1');
289289
await expectInnerText(page, '#luminosity div:nth-child(2) div:nth-child(5) div:nth-child(2)', '0.757');

0 commit comments

Comments
 (0)