Merge branch 'qa-nightly-87-auto-devops-banner-is-hidden-on-empty-repo' into 'master'
Fix Auto DevOps QA Smoke test hidden banner Closes gitlab-org/quality/nightly#87 See merge request gitlab-org/gitlab-ce!26254
This commit is contained in:
commit
fbc49fa332
1 changed files with 0 additions and 6 deletions
|
@ -116,12 +116,6 @@ module QA
|
|||
p.description = 'Project with AutoDevOps'
|
||||
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
|
||||
Resource::Repository::ProjectPush.fabricate! do |push|
|
||||
push.project = project
|
||||
|
|
Loading…
Reference in a new issue