Skip to content

Commit

Permalink
fixup! front: clean simulation map style (scenario results)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarani committed Oct 28, 2024
1 parent 346fabe commit 8ff3ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/tests/pages/op-timetable-page-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class OperationalStudiesTimetablePage {
this.speedSpaceChart = page.locator('#container-SpeedSpaceChart');
this.spaceTimeChart = page.locator('.space-time-chart-container');
this.timeStopsDataSheet = page.locator('.time-stops-datasheet');
this.simulationMap = page.locator('.osrd-simulation-map');
this.simulationMap = page.locator('.simulation-map');
this.simulationDriverTrainSchedule = page.locator('.simulation-driver-train-schedule');
this.timetableFilterButton = page.getByTestId('timetable-filter-button');
this.timetableFilterButtonClose = page.getByTestId('timetable-filter-button-close');
Expand Down

0 comments on commit 8ff3ce8

Please sign in to comment.