Skip to content

Commit

Permalink
front: fix rounded value in e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Macron <[email protected]>
  • Loading branch information
Akctarus committed Feb 11, 2025
1 parent 6dd003f commit 8e03a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/tests/012-op-simulation-settings-tab.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ test.describe('Simulation Settings Tab Verification', () => {
// Add the train schedule and verify output results
await operationalStudiesPage.addTrainSchedule();
await operationalStudiesPage.returnSimulationResult();
await opTimetablePage.getTrainArrivalTime('11:54');
await opTimetablePage.getTrainArrivalTime('11:55');
await opTimetablePage.clickOnScenarioCollapseButton();
await opOutputTablePage.verifyTimesStopsDataSheetVisibility();
await performOnSpecificOSAndBrowser(
Expand All @@ -334,7 +334,7 @@ test.describe('Simulation Settings Tab Verification', () => {
await operationalStudiesPage.clickOnSimulationSettingsTab();
await opSimulationSettingsPage.activateMarecoMargin();
await opTimetablePage.clickOnEditTrainSchedule();
await opTimetablePage.getTrainArrivalTime('11:54');
await opTimetablePage.getTrainArrivalTime('11:55');
await opTimetablePage.clickOnScenarioCollapseButton();
await opOutputTablePage.verifyTimesStopsDataSheetVisibility();
await performOnSpecificOSAndBrowser(
Expand Down

0 comments on commit 8e03a12

Please sign in to comment.