Mark the gcp check page feature spec pending

This commit is contained in:
Matija Čupić 2017-12-21 18:50:17 +01:00
parent 305bce8d24
commit 97b4e76f9b
No known key found for this signature in database
GPG Key ID: 4BAF84FFACD2E5DE
1 changed files with 3 additions and 1 deletions

View File

@ -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