Commit ad1357d6 authored by Matija Čupić's avatar Matija Čupić

Fix use of pending decorator in spec

parent 55f40164
...@@ -137,12 +137,11 @@ feature 'Gcp Cluster', :js do ...@@ -137,12 +137,11 @@ feature 'Gcp Cluster', :js do
end end
it 'user sees a check page' do it 'user sees a check page' do
pending 'the frontend still has not been implemented' do pending 'the frontend still has not been implemented'
expect(page).to have_link('Continue') expect(page).to have_link('Continue')
end end
end end
end end
end
context 'when user has not signed with Google' do context 'when user has not signed with Google' do
before do before do
......
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