Skip to content

Commit d1826c4

Browse files
committed
front: bump ui from 0.0.55 to 0.0.56
Signed-off-by: Achraf Mohyeddine <[email protected]>
1 parent 512f065 commit d1826c4

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

front/package-lock.json

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"@nivo/line": "^0.80.0",
99
"@openapi-contrib/openapi-schema-to-json-schema": "^5.1.0",
1010
"@osrd-project/netzgrafik-frontend": "0.0.0-snapshot.37949a66933e8e1552c9b8e54f702ec491afd415",
11-
"@osrd-project/ui-core": "^0.0.55",
12-
"@osrd-project/ui-icons": "^0.0.55",
13-
"@osrd-project/ui-manchette": "^0.0.55",
14-
"@osrd-project/ui-manchette-with-spacetimechart": "^0.0.55",
15-
"@osrd-project/ui-spacetimechart": "^0.0.55",
16-
"@osrd-project/ui-speedspacechart": "^0.0.55",
11+
"@osrd-project/ui-core": "^0.0.56",
12+
"@osrd-project/ui-icons": "^0.0.56",
13+
"@osrd-project/ui-manchette": "^0.0.56",
14+
"@osrd-project/ui-manchette-with-spacetimechart": "^0.0.56",
15+
"@osrd-project/ui-spacetimechart": "^0.0.56",
16+
"@osrd-project/ui-speedspacechart": "^0.0.56",
1717
"@react-pdf/renderer": "^3.4.2",
1818
"@redux-devtools/extension": "^3.3.0",
1919
"@reduxjs/toolkit": "^2.1.0",

front/tests/pages/stdcm-page-model.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ class STDCMPage {
348348
await this.setMinuteLocator('35'); // Select minute 35
349349
await this.incrementButton.dblclick(); // Double-click the +1 minute button to reach 37
350350
await this.timeDestinationArrival.click();
351-
await this.fillToleranceField('-1h15', '+45', false);
351+
await this.fillToleranceField('-75', '+45', false);
352352
await expect(this.warningBox).not.toBeVisible();
353353
}
354354

@@ -360,7 +360,7 @@ class STDCMPage {
360360
await expect(this.originArrival).toHaveValue('preciseTime');
361361
await this.dateOriginArrival.fill('17/10/24');
362362
await this.timeOriginArrival.fill('20:21');
363-
await this.fillToleranceField('-1h00', '+15', true);
363+
await this.fillToleranceField('-60', '+15', true);
364364
}
365365

366366
// Fill origin section

0 commit comments

Comments
 (0)