Skip to content

Commit

Permalink
Merge pull request #6596 from TrialGuides/new_order_spec_typo
Browse files Browse the repository at this point in the history
Fixed spec typo
  • Loading branch information
JDutil committed Jul 17, 2015
2 parents acd2b81 + 17255ea commit d38f6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/spec/features/admin/orders/new_order_spec.rb
Expand Up @@ -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
Expand Down

0 comments on commit d38f6fd

Please sign in to comment.