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 21, 2022
1 parent 7e28c47 commit 2196ccf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions bin/dummy-app
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ cat <<RUBY >> Gemfile
gem 'pry-byebug', platforms: :mri, groups: [:test, :development]
RUBY

# TODO: once that branch is merged we should point the template to master
export FRONTEND="https://github.com/solidusio/solidus_starter_frontend/raw/elia/paypal-support/template.rb"

unbundled bundle install --gemfile Gemfile
unbundled bundle exec rake db:drop db:create
unbundled bundle exec rails generate solidus:install --auto-accept --payment-method=none --no-seed --no-sample $@
Expand Down
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 2196ccf

Please sign in to comment.