Fix tests

This commit is contained in:
Dmitriy Zaporozhets 2013-07-18 14:11:17 +03:00
parent 4a72f5d82a
commit 98e1597f8c
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
= f.submit 'Protect', class: "btn-create btn"
- unless @branches.empty?
%h5 Already Protected:
%ul.bordered-list
%ul.bordered-list.protected-branches-list
- @branches.each do |branch|
%li
%h4

View File

@ -22,7 +22,7 @@ class ProjectBrowseBranches < Spinach::FeatureSteps
end
Then 'I should see "Shop" protected branches list' do
within "table" do
within ".protected-branches-list" do
page.should have_content "stable"
page.should_not have_content "master"
end