Spec squashing

This commit is contained in:
2015-09-21 18:25:37 +02:00
parent 61dba311fa
commit ee199d7da8
18 changed files with 82 additions and 73 deletions
@@ -8,6 +8,10 @@ step "the supplier employee clicks on the other employee table edit button" do
all('tr').last.find('.table-edit').click
end
step "the supplier employee should see content :content" do |content|
page.should have_content content
end
step "the supplier employee clicks on the existing employee table destroy button" do
find 'table.table'
sleep 0.2