Skip to content

Fetch runners by tag when removing runner after test

What does this MR do?

qa/specs/features/ee/browser_ui/6_release/multi-project_pipelines_spec.rb failed in staging while trying to remove a runner, because the API resource is paginated and the expected results weren't in the first page.

This change uses a more specific search so pagination doesn't matter.

Closes #37402 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mark Lapierre

Merge request reports