Add test for shipment state after ship action

This commit is contained in:
Matt-Yorkley
2021-04-28 21:40:08 +01:00
parent 4bd2fb8930
commit 2fda550821

View File

@@ -93,6 +93,7 @@ feature '
expect(page).to have_css "i.success"
expect(order.reload.shipments.any?(&:shipped?)).to be true
expect(order.shipment_state).to eq("shipped")
end
end
end