Commit c7ee816d authored by Valery Sizov's avatar Valery Sizov

fix after merging conflicts

parent 3fcd75a9
...@@ -156,6 +156,7 @@ class Spinach::Features::ProjectServices < Spinach::FeatureSteps ...@@ -156,6 +156,7 @@ class Spinach::Features::ProjectServices < Spinach::FeatureSteps
find_field('Username').value.should == 'gitlab' find_field('Username').value.should == 'gitlab'
find_field('Password').value.should_not == 'gitlab' find_field('Password').value.should_not == 'gitlab'
find_field('Api version').value.should == '2' find_field('Api version').value.should == '2'
end
step 'I click Atlassian Bamboo CI service link' do step 'I click Atlassian Bamboo CI service link' do
click_link 'Atlassian Bamboo CI' click_link 'Atlassian Bamboo CI'
......
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