Skip to content
Snippets Groups Projects
Verified Commit ad1357d6 authored by Matija Čupić's avatar Matija Čupić
Browse files

Fix use of pending decorator in spec

parent 55f40164
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment