Skip to content

Commit

Permalink
front: fix rounded value in e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Macron <[email protected]>
  • Loading branch information
Akctarus committed Feb 24, 2025
1 parent 207345d commit ac7cd0f
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 @@ -323,7 +323,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 @@ -346,7 +346,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 ac7cd0f

Please sign in to comment.