From 97b4e76f9b38720bd48d1ee72d339b4bf027d2bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C4=8Cupi=C4=87?= Date: Thu, 21 Dec 2017 18:50:17 +0100 Subject: [PATCH] Mark the gcp check page feature spec pending --- spec/features/projects/clusters/gcp_spec.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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