Skip to content

Commit

Permalink
Run custom checkout frontend spec with js
Browse files Browse the repository at this point in the history
It's not explicitely needed but a lot of js runs in those pages
and it's better to test it in a more realistic way.
  • Loading branch information
kennyadsl committed Apr 4, 2019
1 parent 9270a75 commit 00c9b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/spec/features/checkout_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
end
end

context "order has only payment step" do
context "order has only payment step", js: true do
before do
create(:credit_card_payment_method)
@old_checkout_flow = Spree::Order.checkout_flow
Expand Down

0 comments on commit 00c9b02

Please sign in to comment.