Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-05-13 14:07:09 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-05-13 14:07:09 +0300
commit90dd1a75ebf31c4a53f9f729e4d50d3895c4fb3b (patch)
tree37155d6283534e8220073f6a87fb39824210b777 /spec/features
parentc2cf618036597bf9aff8ffe5e9ee97aed2aa660a (diff)
Add missing spec line from EE
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/projects/clusters/gcp_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb
index fe334b531f0..a8a627d8806 100644
--- a/spec/features/projects/clusters/gcp_spec.rb
+++ b/spec/features/projects/clusters/gcp_spec.rb
@@ -182,6 +182,7 @@ feature 'Gcp Cluster', :js do
it 'user sees a login page' do
expect(page).to have_css('.signin-with-google')
+ expect(page).to have_link('Google account')
end
end