Skip to content

Refactor AutoDevOps test to one test with two expectations

Dan Davison requested to merge qa-dd-autodevops-cleanup into master

What does this MR do?

An attempt at making the auto devops spec a little bit more readable and maintainable.

Previously there were two specs inside of this file, both sharing the same before functionality, and very similar pipeline/job traversal.

This change consolidates these specs into one spec with what I hope is very little (if any) test time increase.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports