Commit 7b24ea5c authored by Jacob Schatz's avatar Jacob Schatz

fixes tests so KRB5 button is clickable

parent f04cdf2b
...@@ -54,7 +54,8 @@ class Spinach::Features::ProjectCreate < Spinach::FeatureSteps ...@@ -54,7 +54,8 @@ class Spinach::Features::ProjectCreate < Spinach::FeatureSteps
end end
step 'If I click on KRB5' do step 'If I click on KRB5' do
click_button 'KRB5' find('#clone-dropdown').click
find('#kerberos-btn').click
end end
step 'Remote url should update to kerberos link' do step 'Remote url should update to kerberos link' 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