Skip to content

Add tests for checking displayed current branch in the pipeline editor

What does this MR do?

For #332961 (comment 625314200):

We could utilize FE feature tests to test that selecting an option in the dropdown results in seeing the text of that option on the page. I think this https://gitlab.com/gitlab-org/gitlab/-/blob/master/spec/features/projects/branches/user_views_branches_spec.rb can be a good example.

This MR adds simple feature tests to check that the current branch is displayed correctly on the branch switcher.

Screenshots or Screencasts

No UI changes, just tests.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports