summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2017-12-21 18:50:17 +0100
committerMatija Čupić <matteeyah@gmail.com>2017-12-21 18:50:17 +0100
commit97b4e76f9b38720bd48d1ee72d339b4bf027d2bd (patch)
treecaa5fa288ffff631da43b5477dc80405d9620ef0
parent305bce8d246d2c6e88b5f22439c0ce0833eba1a3 (diff)
downloadgitlab-ce-97b4e76f9b38720bd48d1ee72d339b4bf027d2bd.tar.gz
Mark the gcp check page feature spec pending
-rw-r--r--spec/features/projects/clusters/gcp_spec.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb
index 4b682acd47e..4d0abb15b9a 100644
--- a/spec/features/projects/clusters/gcp_spec.rb
+++ b/spec/features/projects/clusters/gcp_spec.rb
@@ -137,7 +137,9 @@ feature 'Gcp Cluster', :js do
end
it 'user sees a check page' do
- expect(page).to have_link('Continue')
+ pending 'the frontend still has not been implemented' do
+ expect(page).to have_link('Continue')
+ end
end
end
end