Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f0b3131

Browse files
committedFeb 24, 2025·
front: fix rounded value in e2e test
Signed-off-by: Theo Macron <theo.macron0315@gmail.com>
1 parent 7fa364d commit f0b3131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎front/tests/012-op-simulation-settings-tab.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ test.describe('Simulation Settings Tab Verification', () => {
311311
// Add the train schedule and verify output results
312312
await operationalStudiesPage.addTrainSchedule();
313313
await operationalStudiesPage.returnSimulationResult();
314-
await opTimetablePage.getTrainArrivalTime('11:54');
314+
await opTimetablePage.getTrainArrivalTime('11:55');
315315
await opTimetablePage.clickOnScenarioCollapseButton();
316316
await opOutputTablePage.verifyTimesStopsDataSheetVisibility();
317317
await performOnSpecificOSAndBrowser(
@@ -334,7 +334,7 @@ test.describe('Simulation Settings Tab Verification', () => {
334334
await operationalStudiesPage.clickOnSimulationSettingsTab();
335335
await opSimulationSettingsPage.activateMarecoMargin();
336336
await opTimetablePage.clickOnEditTrainSchedule();
337-
await opTimetablePage.getTrainArrivalTime('11:54');
337+
await opTimetablePage.getTrainArrivalTime('11:55');
338338
await opTimetablePage.clickOnScenarioCollapseButton();
339339
await opOutputTablePage.verifyTimesStopsDataSheetVisibility();
340340
await performOnSpecificOSAndBrowser(

0 commit comments

Comments
 (0)
Please sign in to comment.