Fix failing spec

This commit is contained in:
2015-03-24 16:27:05 +01:00
parent fc0f8e195c
commit 187edb92a6
@@ -4,5 +4,5 @@ step "the supplier opens the side menu" do
end
step "the supplier name in the side menu should be :name" do |name|
expect( find('.side-menu .supplier-name').text ).to eq name
expect( find('.side-menu .title').text ).to eq name
end