... | ... | @@ -36,9 +36,9 @@ test "should allow director to send order to production" do |
|
|
page.accept_confirm do
|
|
|
click_on "Enviar para Produção"
|
|
|
end
|
|
|
end
|
|
|
|
|
|
assert page.has_content?('Em Produção')
|
|
|
end
|
|
|
end
|
|
|
|
|
|
assert page.has_content?('Em Produção')
|
|
|
end
|
|
|
end
|
|
|
``` |
|
|
\ No newline at end of file |