Skip to content

Fix Auto DevOps QA Smoke test hidden banner

What does this MR do?

The banner is no longer being shown for empty repos since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26024 . We could have made this assertion after pushing the repo but this is not the kind of thing that really needs to be in an integration or smoke test as it is already tested in spec/features/projects/show/user_interacts_with_auto_devops_banner_spec.rb

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Closes https://gitlab.com/gitlab-org/quality/nightly/issues/87

Merge request reports