summaryrefslogtreecommitdiff
path: root/spec/features/projects
diff options
context:
space:
mode:
authorDennis Tang <dtang@gitlab.com>2018-06-01 21:27:18 -0700
committerDennis Tang <dtang@gitlab.com>2018-06-01 21:27:18 -0700
commita5217676ed4084f6f08a3fbeca99149a86c82d92 (patch)
treedd4de8a10cef105ddccfce717e940c97c45b84af /spec/features/projects
parentfcb7b31ce0e5b1f38be08bb6468609d1d69734ea (diff)
parentfe0ebf76c49e2512b211c5d43152275c536f7e3a (diff)
downloadgitlab-ce-a5217676ed4084f6f08a3fbeca99149a86c82d92.tar.gz
Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabs
# Conflicts: # doc/user/project/clusters/index.md
Diffstat (limited to 'spec/features/projects')
-rw-r--r--spec/features/projects/pipelines/pipeline_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pipelines/pipeline_spec.rb b/spec/features/projects/pipelines/pipeline_spec.rb
index af2a9567a47..35776a5f23b 100644
--- a/spec/features/projects/pipelines/pipeline_spec.rb
+++ b/spec/features/projects/pipelines/pipeline_spec.rb
@@ -379,7 +379,7 @@ describe 'Pipeline', :js do
end
it 'fails to access the page' do
- expect(page).to have_content('Access Denied')
+ expect(page).to have_title('Access Denied')
end
end
end