Skip to content

Commit

Permalink
Skip product and cart buttons until there's support on SSF's side
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Nov 24, 2022
1 parent 4b666f3 commit b17cb43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/system/frontend/cart_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'solidus_paypal_commerce_platform_spec_helper'

RSpec.describe "Cart page" do
describe "paypal payment method" do
describe "paypal payment method", :skip do
let(:order) { Spree::TestingSupport::OrderWalkthrough.up_to(:address) }
let(:paypal_payment_method) { create(:paypal_payment_method) }

Expand Down
2 changes: 1 addition & 1 deletion spec/system/frontend/product_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'solidus_paypal_commerce_platform_spec_helper'

RSpec.describe "Product page", js: true do
describe "paypal button" do
describe "paypal button", :skip do
before do
create(:store, default: true)
create(:paypal_payment_method)
Expand Down

0 comments on commit b17cb43

Please sign in to comment.