Commit 97b4e76f authored by Matija Čupić's avatar Matija Čupić

Mark the gcp check page feature spec pending

parent 305bce8d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment