Commit 48063e7b authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents f253e3fc fbc49fa3
...@@ -116,12 +116,6 @@ module QA ...@@ -116,12 +116,6 @@ module QA
p.description = 'Project with AutoDevOps' p.description = 'Project with AutoDevOps'
end end
project.visit!
Page::Alert::AutoDevopsAlert.perform do |alert|
expect(alert).to have_text(/.*The Auto DevOps pipeline has been enabled.*/)
end
# Create AutoDevOps repo # Create AutoDevOps repo
Resource::Repository::ProjectPush.fabricate! do |push| Resource::Repository::ProjectPush.fabricate! do |push|
push.project = project push.project = project
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment