Skip to content

Commit 4503009

Browse files
committed
fix test
1 parent 6fe32da commit 4503009

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
@@ -282,7 +282,7 @@ module.exports = () => {
282282

283283
it('should successfully show luminosity information of PbPb run', async () => {
284284
await goToRunDetails(page, 54);
285-
await expectInnerText(page, '#luminosity div:nth-child(2) div:nth-child(1) div:nth-child(2)', '98,110.716\nµb\n-1');
285+
await expectInnerText(page, '#luminosity div:nth-child(2) div:nth-child(1) div:nth-child(2)', '100,130.863\nµb\n-1');
286286
await expectInnerText(page, '#luminosity div:nth-child(2) div:nth-child(2) div:nth-child(2)', '0.031');
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');

0 commit comments

Comments
 (0)