summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/projects/clusters/gcp_spec.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/features/projects/clusters/gcp_spec.rb b/spec/features/projects/clusters/gcp_spec.rb
index 4d0abb15b9a..ad8c1ebc1f8 100644
--- a/spec/features/projects/clusters/gcp_spec.rb
+++ b/spec/features/projects/clusters/gcp_spec.rb
@@ -137,9 +137,8 @@ feature 'Gcp Cluster', :js do
end
it 'user sees a check page' do
- pending 'the frontend still has not been implemented' do
- expect(page).to have_link('Continue')
- end
+ pending 'the frontend still has not been implemented'
+ expect(page).to have_link('Continue')
end
end
end