Fix superfluous space in titles on merge train page
What does this MR do and why?
This removes the superfluous trailing space from MR titles on the new merge train page.
Screenshots or screen recordings
What | Before | After |
---|---|---|
List entry |
![]() |
![]() |
Car removal modal |
![]() |
![]() |
How to set up and validate locally
- Go to a project
- Enable the
merge_train_viz
feature flag in the project (e.g.Feature.enable(:merge_train_viz, Project.find(id))
whereid
is your project ID) until !160262 (merged) is merged - Enable merge trains
- Enable merged results pipelines: https://docs.gitlab.com/ee/ci/pipelines/merge_request_pipelines.html#prerequisites
- Create a long-running job (e.g. by adding a
sleep 60
command) that runs in merge trains, so you have enough time to test - Create an MR
- Start a merge train
- Go to the merge train page
- See that there is no longer a trailing space in the link
- Click on the X icon
- See that there is no longer a trailing space in the MR title
<code>
block
Edited by Kev Kloss
Merge request reports
Activity
Please register or sign in to reply