Fix failing spec
This commit is contained in:
@@ -4,5 +4,5 @@ step "the supplier opens the side menu" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
step "the supplier name in the side menu should be :name" do |name|
|
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
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user