Commit 98e1597f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix tests

parent 4a72f5d8
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
= f.submit 'Protect', class: "btn-create btn" = f.submit 'Protect', class: "btn-create btn"
- unless @branches.empty? - unless @branches.empty?
%h5 Already Protected: %h5 Already Protected:
%ul.bordered-list %ul.bordered-list.protected-branches-list
- @branches.each do |branch| - @branches.each do |branch|
%li %li
%h4 %h4
......
...@@ -22,7 +22,7 @@ class ProjectBrowseBranches < Spinach::FeatureSteps ...@@ -22,7 +22,7 @@ class ProjectBrowseBranches < Spinach::FeatureSteps
end end
Then 'I should see "Shop" protected branches list' do Then 'I should see "Shop" protected branches list' do
within "table" do within ".protected-branches-list" do
page.should have_content "stable" page.should have_content "stable"
page.should_not have_content "master" page.should_not have_content "master"
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