Remove unnecessary spec line

This commit is contained in:
Maikel
2022-10-27 10:32:23 +11:00
committed by Jean-Baptiste Bellet
parent ab39341192
commit 79f602b4ea

View File

@@ -160,7 +160,6 @@ describe '
# Revoke permission for the current user on that specific order by changing its owners
order.update_attribute(:created_by, create(:user))
order.update_attribute(:distributor, create(:distributor_enterprise))
order.reload
page.find("span.icon-reorder", text: "ACTIONS").click
within ".ofn-drop-down-with-prepend .menu" do