diff --git a/backend/spec/features/admin/orders/new_order_spec.rb b/backend/spec/features/admin/orders/new_order_spec.rb index df68bea29c3..2782924ad36 100644 --- a/backend/spec/features/admin/orders/new_order_spec.rb +++ b/backend/spec/features/admin/orders/new_order_spec.rb @@ -21,7 +21,7 @@ expect(current_path).to eql(spree.edit_admin_order_customer_path(Spree::Order.last)) end - it "completes new order succesfully without using the cart", js: true do + it "completes new order successfully without using the cart", js: true do select2_search product.name, from: Spree.t(:name_or_sku) click_icon :add wait_for_ajax