solidus_starter_frontend 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +30 -514
- data/.circleci/config.yml +0 -57
- data/.erb-lint.yml +0 -22
- data/.eslintrc +0 -5
- data/.gem_release.yml +0 -5
- data/.github/pull_request_template.md +0 -28
- data/.github/stale.yml +0 -17
- data/.gitignore +0 -17
- data/.hound.yml +0 -16
- data/.rspec +0 -2
- data/.rubocop.yml +0 -19
- data/.rubocop_todo.yml +0 -229
- data/.scss-lint.yml +0 -4
- data/Gemfile +0 -34
- data/LICENSE +0 -26
- data/README.md +0 -69
- data/Rakefile +0 -6
- data/app/assets/config/solidus_starter_frontend_manifest.js +0 -2
- data/app/assets/javascripts/spree/frontend/cart.js +0 -26
- data/app/assets/javascripts/spree/frontend/checkout/address.js +0 -124
- data/app/assets/javascripts/spree/frontend/checkout/payment.js +0 -44
- data/app/assets/javascripts/spree/frontend/checkout.js +0 -34
- data/app/assets/javascripts/spree/frontend/locale_selector.js +0 -9
- data/app/assets/javascripts/spree/frontend/product.js +0 -21
- data/app/assets/javascripts/spree/frontend/solidus_starter_frontend.js +0 -9
- data/app/assets/javascripts/spree/frontend/utils.js.erb +0 -18
- data/app/assets/javascripts/spree/frontend.js +0 -6
- data/app/assets/stylesheets/spree/frontend/base/_base.scss +0 -29
- data/app/assets/stylesheets/spree/frontend/base/_reset.scss +0 -179
- data/app/assets/stylesheets/spree/frontend/base/_responsive.scss +0 -21
- data/app/assets/stylesheets/spree/frontend/components/account/_account_order.scss +0 -23
- data/app/assets/stylesheets/spree/frontend/components/account/_account_summary.scss +0 -17
- data/app/assets/stylesheets/spree/frontend/components/auth/_auth_container.scss +0 -11
- data/app/assets/stylesheets/spree/frontend/components/auth/_auth_form.scss +0 -5
- data/app/assets/stylesheets/spree/frontend/components/brand/_logo.scss +0 -4
- data/app/assets/stylesheets/spree/frontend/components/buttons/_button_inline.scss +0 -8
- data/app/assets/stylesheets/spree/frontend/components/buttons/_button_primary.scss +0 -26
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_adjustments.scss +0 -6
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_amount_row.scss +0 -11
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_empty.scss +0 -10
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_footer.scss +0 -20
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_header.scss +0 -12
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_item.scss +0 -86
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_link.scss +0 -22
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_page.scss +0 -15
- data/app/assets/stylesheets/spree/frontend/components/cart/_cart_secondary_actions.scss +0 -19
- data/app/assets/stylesheets/spree/frontend/components/cart/_coupon_code.scss +0 -8
- data/app/assets/stylesheets/spree/frontend/components/cart/_item_info.scss +0 -19
- data/app/assets/stylesheets/spree/frontend/components/checkout/_checkout.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/checkout/_checkout_header.scss +0 -19
- data/app/assets/stylesheets/spree/frontend/components/checkout/_checkout_summary.scss +0 -31
- data/app/assets/stylesheets/spree/frontend/components/checkout/_existing_cards.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/checkout/_payment_method_controls.scss +0 -5
- data/app/assets/stylesheets/spree/frontend/components/checkout/_payment_method_selector.scss +0 -14
- data/app/assets/stylesheets/spree/frontend/components/checkout/_progress_steps.scss +0 -38
- data/app/assets/stylesheets/spree/frontend/components/checkout/_proposed_shipment.scss +0 -18
- data/app/assets/stylesheets/spree/frontend/components/checkout/_shipment_items.scss +0 -50
- data/app/assets/stylesheets/spree/frontend/components/checkout/_shipping_methods.scss +0 -9
- data/app/assets/stylesheets/spree/frontend/components/checkout/payments/_gateway_payment_method.scss +0 -11
- data/app/assets/stylesheets/spree/frontend/components/checkout/steps/_address_step.scss +0 -20
- data/app/assets/stylesheets/spree/frontend/components/checkout/steps/_confirm_step.scss +0 -13
- data/app/assets/stylesheets/spree/frontend/components/checkout/steps/_delivery_step.scss +0 -13
- data/app/assets/stylesheets/spree/frontend/components/checkout/steps/_payment_step.scss +0 -13
- data/app/assets/stylesheets/spree/frontend/components/forms/_address_inputs.scss +0 -13
- data/app/assets/stylesheets/spree/frontend/components/forms/inputs/_checkbox_input.scss +0 -3
- data/app/assets/stylesheets/spree/frontend/components/forms/inputs/_radio_input.scss +0 -3
- data/app/assets/stylesheets/spree/frontend/components/forms/inputs/_select_input.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/forms/inputs/_text.scss +0 -32
- data/app/assets/stylesheets/spree/frontend/components/forms/inputs/_textarea_input.scss +0 -25
- data/app/assets/stylesheets/spree/frontend/components/general/_flash.scss +0 -20
- data/app/assets/stylesheets/spree/frontend/components/layout/_aside.scss +0 -4
- data/app/assets/stylesheets/spree/frontend/components/layout/_breadcrumbs.scss +0 -16
- data/app/assets/stylesheets/spree/frontend/components/layout/_category_navigation.scss +0 -3
- data/app/assets/stylesheets/spree/frontend/components/layout/_footer.scss +0 -8
- data/app/assets/stylesheets/spree/frontend/components/layout/_header.scss +0 -12
- data/app/assets/stylesheets/spree/frontend/components/layout/_horizontal_input_group.scss +0 -7
- data/app/assets/stylesheets/spree/frontend/components/layout/_top_bar.scss +0 -44
- data/app/assets/stylesheets/spree/frontend/components/navigation/_auth_link.scss +0 -11
- data/app/assets/stylesheets/spree/frontend/components/navigation/_categories.scss +0 -29
- data/app/assets/stylesheets/spree/frontend/components/navigation/_locale_selector.scss +0 -21
- data/app/assets/stylesheets/spree/frontend/components/navigation/_taxonomies.scss +0 -7
- data/app/assets/stylesheets/spree/frontend/components/navigation/_taxonomy.scss +0 -28
- data/app/assets/stylesheets/spree/frontend/components/orders/_address_overview.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/orders/_coupon_codes.scss +0 -4
- data/app/assets/stylesheets/spree/frontend/components/orders/_line_items.scss +0 -20
- data/app/assets/stylesheets/spree/frontend/components/orders/_order_details.scss +0 -18
- data/app/assets/stylesheets/spree/frontend/components/orders/_order_item.scss +0 -85
- data/app/assets/stylesheets/spree/frontend/components/orders/_order_page.scss +0 -41
- data/app/assets/stylesheets/spree/frontend/components/orders/_order_shipments.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/orders/_payment_info.scss +0 -29
- data/app/assets/stylesheets/spree/frontend/components/presentation/_hero.scss +0 -18
- data/app/assets/stylesheets/spree/frontend/components/products/_product_card.scss +0 -35
- data/app/assets/stylesheets/spree/frontend/components/products/_product_image.scss +0 -7
- data/app/assets/stylesheets/spree/frontend/components/products/_product_info.scss +0 -14
- data/app/assets/stylesheets/spree/frontend/components/products/_product_page.scss +0 -31
- data/app/assets/stylesheets/spree/frontend/components/products/_product_properties.scss +0 -23
- data/app/assets/stylesheets/spree/frontend/components/products/_product_submit.scss +0 -9
- data/app/assets/stylesheets/spree/frontend/components/products/_product_taxons.scss +0 -27
- data/app/assets/stylesheets/spree/frontend/components/products/_product_thumbnails.scss +0 -7
- data/app/assets/stylesheets/spree/frontend/components/products/_product_variants.scss +0 -20
- data/app/assets/stylesheets/spree/frontend/components/products/_products.scss +0 -13
- data/app/assets/stylesheets/spree/frontend/components/products/_products_by_taxon.scss +0 -6
- data/app/assets/stylesheets/spree/frontend/components/products/_products_grid.scss +0 -18
- data/app/assets/stylesheets/spree/frontend/components/search/_filter.scss +0 -32
- data/app/assets/stylesheets/spree/frontend/components/search/_search_bar.scss +0 -34
- data/app/assets/stylesheets/spree/frontend/components/typography/_hero_title.scss +0 -6
- data/app/assets/stylesheets/spree/frontend/components/typography/_subtitle.scss +0 -7
- data/app/assets/stylesheets/spree/frontend/placeholders/main.scss +0 -5
- data/app/assets/stylesheets/spree/frontend/screen.scss +0 -89
- data/app/assets/stylesheets/spree/frontend/solidus_starter_frontend.css +0 -7
- data/app/assets/stylesheets/spree/frontend/variables/_colors.scss +0 -20
- data/app/assets/stylesheets/spree/frontend.css +0 -8
- data/app/controllers/concerns/solidus_starter_frontend/auth_views.rb +0 -16
- data/app/controllers/concerns/solidus_starter_frontend/taxonomies.rb +0 -16
- data/app/controllers/spree/checkout_controller.rb +0 -249
- data/app/controllers/spree/coupon_codes_controller.rb +0 -35
- data/app/controllers/spree/home_controller.rb +0 -13
- data/app/controllers/spree/locale_controller.rb +0 -20
- data/app/controllers/spree/orders_controller.rb +0 -126
- data/app/controllers/spree/products_controller.rb +0 -51
- data/app/controllers/spree/store_controller.rb +0 -31
- data/app/controllers/spree/taxons_controller.rb +0 -30
- data/app/helpers/spree/orders_helper.rb +0 -18
- data/app/helpers/spree/taxon_filters_helper.rb +0 -13
- data/app/views/spree/address/_form_hidden.html.erb +0 -12
- data/app/views/spree/checkout/_terms_and_conditions.en.html.erb +0 -1
- data/app/views/spree/checkout/edit.html.erb +0 -16
- data/app/views/spree/checkout/existing_payment/_gateway.html.erb +0 -9
- data/app/views/spree/checkout/payment/_check.html.erb +0 -0
- data/app/views/spree/checkout/payment/_gateway.html.erb +0 -43
- data/app/views/spree/components/auth/_change_form.html.erb +0 -40
- data/app/views/spree/components/auth/_forgot_form.html.erb +0 -28
- data/app/views/spree/components/auth/_guest_form.html.erb +0 -31
- data/app/views/spree/components/auth/_login_form.html.erb +0 -42
- data/app/views/spree/components/auth/_signup_form.html.erb +0 -48
- data/app/views/spree/components/brand/_logo.html.erb +0 -3
- data/app/views/spree/components/buttons/_button_inline.html.erb +0 -23
- data/app/views/spree/components/buttons/_button_primary.html.erb +0 -29
- data/app/views/spree/components/cart/_cart_adjustment.html.erb +0 -15
- data/app/views/spree/components/cart/_cart_adjustments.html.erb +0 -47
- data/app/views/spree/components/cart/_cart_amount_row.html.erb +0 -12
- data/app/views/spree/components/cart/_cart_empty.html.erb +0 -9
- data/app/views/spree/components/cart/_cart_footer.html.erb +0 -15
- data/app/views/spree/components/cart/_cart_header.html.erb +0 -17
- data/app/views/spree/components/cart/_cart_item.html.erb +0 -52
- data/app/views/spree/components/cart/_cart_items.html.erb +0 -23
- data/app/views/spree/components/cart/_cart_link.html.erb +0 -9
- data/app/views/spree/components/cart/_cart_secondary_actions.html.erb +0 -17
- data/app/views/spree/components/cart/_item_info.html.erb +0 -26
- data/app/views/spree/components/checkout/_checkout_header.html.erb +0 -8
- data/app/views/spree/components/checkout/_checkout_step.html.erb +0 -21
- data/app/views/spree/components/checkout/_checkout_summary.html.erb +0 -70
- data/app/views/spree/components/checkout/_existing_cards.html.erb +0 -39
- data/app/views/spree/components/checkout/_payment_method_controls.html.erb +0 -10
- data/app/views/spree/components/checkout/_payment_method_selector.html.erb +0 -14
- data/app/views/spree/components/checkout/_proposed_shipment.erb +0 -18
- data/app/views/spree/components/checkout/_shipment_items.html.erb +0 -22
- data/app/views/spree/components/checkout/_shipping_methods.html.erb +0 -20
- data/app/views/spree/components/checkout/_unshippable_items.html.erb +0 -7
- data/app/views/spree/components/checkout/steps/_address_step.html.erb +0 -60
- data/app/views/spree/components/checkout/steps/_confirm_step.html.erb +0 -31
- data/app/views/spree/components/checkout/steps/_delivery_step.html.erb +0 -31
- data/app/views/spree/components/checkout/steps/_payment_step.html.erb +0 -25
- data/app/views/spree/components/forms/_address_inputs.html.erb +0 -152
- data/app/views/spree/components/forms/inputs/_checkbox_input.html.erb +0 -29
- data/app/views/spree/components/forms/inputs/_collection_select.html.erb +0 -42
- data/app/views/spree/components/forms/inputs/_radio_input.html.erb +0 -29
- data/app/views/spree/components/forms/inputs/_select_input.html.erb +0 -31
- data/app/views/spree/components/forms/inputs/_text.html.erb +0 -54
- data/app/views/spree/components/forms/inputs/_textarea_input.html.erb +0 -42
- data/app/views/spree/components/layout/_category_navigation.html.erb +0 -3
- data/app/views/spree/components/layout/_footer.html.erb +0 -7
- data/app/views/spree/components/layout/_header.html.erb +0 -8
- data/app/views/spree/components/layout/_top_bar.html.erb +0 -8
- data/app/views/spree/components/navigation/_auth_link.html.erb +0 -1
- data/app/views/spree/components/navigation/_breadcrumbs.html.erb +0 -47
- data/app/views/spree/components/navigation/_categories.html.erb +0 -12
- data/app/views/spree/components/navigation/_locale_selector.html.erb +0 -25
- data/app/views/spree/components/navigation/_taxonomies.html.erb +0 -17
- data/app/views/spree/components/navigation/_taxons.html.erb +0 -17
- data/app/views/spree/components/navigation/_taxons_tree.html.erb +0 -29
- data/app/views/spree/components/orders/_address_overview.html.erb +0 -40
- data/app/views/spree/components/orders/_coupon_code.html.erb +0 -22
- data/app/views/spree/components/orders/_line_items.html.erb +0 -55
- data/app/views/spree/components/orders/_order_details.html.erb +0 -35
- data/app/views/spree/components/orders/_order_item.html.erb +0 -33
- data/app/views/spree/components/orders/_order_items.html.erb +0 -5
- data/app/views/spree/components/orders/_order_shipments.html.erb +0 -25
- data/app/views/spree/components/orders/_payment_info.html.erb +0 -31
- data/app/views/spree/components/presentation/_hero.html.erb +0 -14
- data/app/views/spree/components/products/_product-card.html.erb +0 -36
- data/app/views/spree/components/products/_product_availability.html.erb +0 -19
- data/app/views/spree/components/products/_product_form.html.erb +0 -21
- data/app/views/spree/components/products/_product_image.html.erb +0 -6
- data/app/views/spree/components/products/_product_info.html.erb +0 -9
- data/app/views/spree/components/products/_product_promotions.html.erb +0 -25
- data/app/views/spree/components/products/_product_properties.html.erb +0 -19
- data/app/views/spree/components/products/_product_submit.html.erb +0 -39
- data/app/views/spree/components/products/_product_taxons.html.erb +0 -15
- data/app/views/spree/components/products/_product_thumbnails.html.erb +0 -19
- data/app/views/spree/components/products/_product_variants.html.erb +0 -36
- data/app/views/spree/components/products/_products-grid.html.erb +0 -13
- data/app/views/spree/components/products/_products.html.erb +0 -28
- data/app/views/spree/components/products/_products_by_taxon.html.erb +0 -7
- data/app/views/spree/components/products/_variants_list.html.erb +0 -12
- data/app/views/spree/components/search/_filter.html.erb +0 -42
- data/app/views/spree/components/search/_filters.html.erb +0 -20
- data/app/views/spree/components/search/_form.html.erb +0 -12
- data/app/views/spree/components/search/_products_search.html.erb +0 -36
- data/app/views/spree/components/search/_search_bar.html.erb +0 -36
- data/app/views/spree/components/typography/_hero_title.html.erb +0 -11
- data/app/views/spree/components/typography/_subtitle.html.erb +0 -11
- data/app/views/spree/home/index.html.erb +0 -7
- data/app/views/spree/layouts/spree_application.html.erb +0 -27
- data/app/views/spree/orders/edit.html.erb +0 -21
- data/app/views/spree/orders/show.html.erb +0 -29
- data/app/views/spree/products/index.html.erb +0 -22
- data/app/views/spree/products/show.html.erb +0 -18
- data/app/views/spree/shared/_image.html.erb +0 -12
- data/app/views/spree/shared/_link_to_cart.html.erb +0 -1
- data/app/views/spree/shared/_login_bar_items.html.erb +0 -1
- data/app/views/spree/shared/_shipment_tracking.html.erb +0 -11
- data/app/views/spree/shared/unauthorized.html.erb +0 -0
- data/app/views/spree/taxons/show.html.erb +0 -17
- data/bin/console +0 -17
- data/bin/r +0 -13
- data/bin/rails +0 -7
- data/bin/rake +0 -7
- data/bin/rspec +0 -29
- data/bin/sandbox +0 -84
- data/bin/sandbox_rails +0 -18
- data/bin/setup +0 -8
- data/bin/solidus_compare +0 -155
- data/config/initializers/assets.rb +0 -1
- data/config/initializers/canonical_rails.rb +0 -16
- data/config/locales/en.yml +0 -5
- data/config/routes.rb +0 -33
- data/config/solidus_compare.yml +0 -33
- data/docs/development.md +0 -28
- data/exe/solidus_starter_frontend +0 -9
- data/lib/generators/solidus_starter_frontend/install/install_generator.rb +0 -15
- data/lib/generators/solidus_starter_frontend/solidus_starter_frontend_generator.rb +0 -30
- data/lib/generators/solidus_starter_frontend/views/override_generator.rb +0 -50
- data/lib/solidus_starter_frontend/config.rb +0 -7
- data/lib/solidus_starter_frontend/engine.rb +0 -34
- data/lib/solidus_starter_frontend/factories.rb +0 -4
- data/lib/solidus_starter_frontend/solidus_support_extensions.rb +0 -9
- data/lib/solidus_starter_frontend/version.rb +0 -5
- data/lib/solidus_starter_frontend.rb +0 -12
- data/lib/solidus_starter_frontend_configuration.rb +0 -8
- data/lib/views/auth/spree/checkout/registration.html.erb +0 -7
- data/lib/views/auth/spree/components/navigation/_auth_link.html.erb +0 -5
- data/lib/views/auth/spree/user_passwords/edit.html.erb +0 -7
- data/lib/views/auth/spree/user_passwords/new.html.erb +0 -5
- data/lib/views/auth/spree/user_registrations/new.html.erb +0 -7
- data/lib/views/auth/spree/user_sessions/guest.html.erb +0 -5
- data/lib/views/auth/spree/user_sessions/new.html.erb +0 -7
- data/lib/views/auth/spree/users/edit.html.erb +0 -45
- data/lib/views/auth/spree/users/show.html.erb +0 -55
- data/solidus_starter_frontend.gemspec +0 -43
- data/spec/controllers/controller_helpers_spec.rb +0 -29
- data/spec/controllers/locale_controller_spec.rb +0 -57
- data/spec/controllers/spree/checkout_controller_spec.rb +0 -563
- data/spec/controllers/spree/checkout_controller_with_views_spec.rb +0 -37
- data/spec/controllers/spree/current_order_tracking_spec.rb +0 -33
- data/spec/controllers/spree/home_controller_spec.rb +0 -29
- data/spec/controllers/spree/orders_controller_ability_spec.rb +0 -90
- data/spec/controllers/spree/orders_controller_spec.rb +0 -241
- data/spec/controllers/spree/orders_controller_transitions_spec.rb +0 -33
- data/spec/controllers/spree/products_controller_spec.rb +0 -38
- data/spec/controllers/spree/taxons_controller_spec.rb +0 -14
- data/spec/fixtures/thinking-cat.jpg +0 -0
- data/spec/generators/solidus/views/override_generator_spec.rb +0 -50
- data/spec/helpers/base_helper_spec.rb +0 -13
- data/spec/helpers/order_helper_spec.rb +0 -14
- data/spec/helpers/taxon_filters_helper_spec.rb +0 -12
- data/spec/spec_helper.rb +0 -64
- data/spec/support/shared_contexts/checkout_setup.rb +0 -12
- data/spec/support/shared_contexts/custom_products.rb +0 -28
- data/spec/support/shared_contexts/locales.rb +0 -16
- data/spec/system/address_spec.rb +0 -87
- data/spec/system/automatic_promotion_adjustments_spec.rb +0 -49
- data/spec/system/caching/products_spec.rb +0 -48
- data/spec/system/caching/taxons_spec.rb +0 -35
- data/spec/system/cart_spec.rb +0 -81
- data/spec/system/checkout_confirm_insufficient_stock_spec.rb +0 -71
- data/spec/system/checkout_spec.rb +0 -699
- data/spec/system/checkout_unshippable_spec.rb +0 -37
- data/spec/system/coupon_code_spec.rb +0 -267
- data/spec/system/currency_spec.rb +0 -20
- data/spec/system/first_order_promotion_spec.rb +0 -59
- data/spec/system/free_shipping_promotions_spec.rb +0 -60
- data/spec/system/locale_spec.rb +0 -26
- data/spec/system/order_spec.rb +0 -57
- data/spec/system/products_spec.rb +0 -302
- data/spec/system/promotion_code_invalidation_spec.rb +0 -54
- data/spec/system/quantity_promotions_spec.rb +0 -130
- data/spec/system/taxons_spec.rb +0 -158
- data/spec/system/template_rendering_spec.rb +0 -20
- data/spec/views/spree/checkout/_summary_spec.rb +0 -11
@@ -1,302 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
describe 'Visiting Products', type: :system, inaccessible: true do
|
6
|
-
include_context "custom products"
|
7
|
-
|
8
|
-
let(:store_name) do
|
9
|
-
((first_store = Spree::Store.first) && first_store.name).to_s
|
10
|
-
end
|
11
|
-
|
12
|
-
before(:each) do
|
13
|
-
visit spree.root_path
|
14
|
-
end
|
15
|
-
|
16
|
-
it 'should be able to show the shopping cart after adding a product to it' do
|
17
|
-
click_link 'Ruby on Rails Ringer T-Shirt'
|
18
|
-
expect(page).to have_content('$19.99')
|
19
|
-
|
20
|
-
click_button 'add-to-cart-button'
|
21
|
-
expect(page).to have_content('Shopping Cart')
|
22
|
-
end
|
23
|
-
|
24
|
-
# Regression spec for Spree [PR#7442](https://github.com/spree/spree/pull/7442)
|
25
|
-
context 'when generating product links' do
|
26
|
-
let(:product) { Spree::Product.available.first }
|
27
|
-
|
28
|
-
it 'should not use the *_url helper to generate the product links' do
|
29
|
-
visit spree.root_path
|
30
|
-
expect(page).not_to have_xpath(".//a[@href='#{spree.product_url(product, host: current_host)}']")
|
31
|
-
end
|
32
|
-
|
33
|
-
it 'should use *_path helper to generate the product links' do
|
34
|
-
visit spree.root_path
|
35
|
-
expect(page).to have_xpath(".//a[@href='#{spree.product_path(product)}']")
|
36
|
-
end
|
37
|
-
end
|
38
|
-
|
39
|
-
describe 'meta tags and title' do
|
40
|
-
let(:jersey) { Spree::Product.find_by(name: 'Ruby on Rails Baseball Jersey') }
|
41
|
-
let(:metas) do
|
42
|
-
{
|
43
|
-
meta_description: 'Brand new Ruby on Rails Jersey',
|
44
|
-
meta_title: 'Ruby on Rails Baseball Jersey Buy High Quality Geek Apparel',
|
45
|
-
meta_keywords: 'ror, jersey, ruby'
|
46
|
-
}
|
47
|
-
end
|
48
|
-
|
49
|
-
it 'should return the correct title when displaying a single product' do
|
50
|
-
click_link jersey.name
|
51
|
-
expect(page).to have_title('Ruby on Rails Baseball Jersey - ' + store_name)
|
52
|
-
within('h1.product-info__title') do
|
53
|
-
expect(page).to have_content('Ruby on Rails Baseball Jersey')
|
54
|
-
end
|
55
|
-
end
|
56
|
-
|
57
|
-
it 'displays metas' do
|
58
|
-
jersey.update metas
|
59
|
-
click_link jersey.name
|
60
|
-
expect(page).to have_meta(:description, 'Brand new Ruby on Rails Jersey')
|
61
|
-
expect(page).to have_meta(:keywords, 'ror, jersey, ruby')
|
62
|
-
end
|
63
|
-
|
64
|
-
it 'displays title if set' do
|
65
|
-
jersey.update metas
|
66
|
-
click_link jersey.name
|
67
|
-
expect(page).to have_title('Ruby on Rails Baseball Jersey Buy High Quality Geek Apparel')
|
68
|
-
end
|
69
|
-
|
70
|
-
it "doesn't use meta_title as heading on page" do
|
71
|
-
jersey.update metas
|
72
|
-
click_link jersey.name
|
73
|
-
within('h1') do
|
74
|
-
expect(page).to have_content(jersey.name)
|
75
|
-
expect(page).not_to have_content(jersey.meta_title)
|
76
|
-
end
|
77
|
-
end
|
78
|
-
|
79
|
-
it 'uses product name in title when meta_title set to empty string' do
|
80
|
-
jersey.update meta_title: ''
|
81
|
-
click_link jersey.name
|
82
|
-
expect(page).to have_title('Ruby on Rails Baseball Jersey - ' + store_name)
|
83
|
-
end
|
84
|
-
end
|
85
|
-
|
86
|
-
describe 'schema.org markup' do
|
87
|
-
let(:product) { Spree::Product.available.first }
|
88
|
-
|
89
|
-
it 'has correct schema.org/Offer attributes' do
|
90
|
-
expect(page).to have_css("#product_#{product.id} [itemprop='price'][content='19.99']")
|
91
|
-
expect(page).to have_css("#product_#{product.id} [itemprop='priceCurrency'][content='USD']")
|
92
|
-
click_link product.name
|
93
|
-
expect(page).to have_css("[itemprop='price'][content='19.99']")
|
94
|
-
expect(page).to have_css("[itemprop='priceCurrency'][content='USD']")
|
95
|
-
end
|
96
|
-
end
|
97
|
-
|
98
|
-
context 'using Russian Rubles as a currency' do
|
99
|
-
before do
|
100
|
-
stub_spree_preferences(currency: 'RUB')
|
101
|
-
end
|
102
|
-
|
103
|
-
let!(:product) do
|
104
|
-
product = Spree::Product.find_by(name: 'Ruby on Rails Ringer T-Shirt')
|
105
|
-
product.price = 19.99
|
106
|
-
product.tap(&:save)
|
107
|
-
end
|
108
|
-
|
109
|
-
# Regression tests for https://github.com/spree/spree/issues/2737
|
110
|
-
context 'uses руб as the currency symbol' do
|
111
|
-
it 'on products page' do
|
112
|
-
visit spree.root_path
|
113
|
-
within("#product_#{product.id}") do
|
114
|
-
within('.price') do
|
115
|
-
expect(page).to have_content('19.99 ₽')
|
116
|
-
end
|
117
|
-
end
|
118
|
-
end
|
119
|
-
|
120
|
-
it 'on product page' do
|
121
|
-
visit spree.product_path(product)
|
122
|
-
within('.price') do
|
123
|
-
expect(page).to have_content('19.99 ₽')
|
124
|
-
end
|
125
|
-
end
|
126
|
-
|
127
|
-
it 'when adding a product to the cart', js: true do
|
128
|
-
visit spree.product_path(product)
|
129
|
-
click_button 'Add To Cart'
|
130
|
-
find('.logo').click
|
131
|
-
within('.cart-info') do
|
132
|
-
expect(page).to have_content('19.99 ₽')
|
133
|
-
end
|
134
|
-
end
|
135
|
-
|
136
|
-
it "when on the 'address' state of the cart", js: true do
|
137
|
-
visit spree.product_path(product)
|
138
|
-
click_button 'Add To Cart'
|
139
|
-
click_button 'Checkout'
|
140
|
-
within('#item-total') do
|
141
|
-
expect(page).to have_content('19.99 ₽')
|
142
|
-
end
|
143
|
-
end
|
144
|
-
end
|
145
|
-
end
|
146
|
-
|
147
|
-
it 'should be able to search for a product' do
|
148
|
-
fill_in 'keywords', with: 'shirt'
|
149
|
-
click_button 'Search'
|
150
|
-
|
151
|
-
expect(page.all('ul.products-grid li').size).to eq(1)
|
152
|
-
end
|
153
|
-
|
154
|
-
context 'a product with variants' do
|
155
|
-
let(:product) do
|
156
|
-
Spree::Product.find_by(name: 'Ruby on Rails Baseball Jersey')
|
157
|
-
end
|
158
|
-
let(:option_value) { create(:option_value) }
|
159
|
-
let!(:variant) { product.variants.create!(price: 5.59) }
|
160
|
-
|
161
|
-
before do
|
162
|
-
# Need to have two images to trigger the error
|
163
|
-
image = File.open(File.expand_path('../fixtures/thinking-cat.jpg', __dir__))
|
164
|
-
product.images.create!(attachment: image)
|
165
|
-
product.images.create!(attachment: image)
|
166
|
-
|
167
|
-
product.option_types << option_value.option_type
|
168
|
-
variant.option_values << option_value
|
169
|
-
end
|
170
|
-
|
171
|
-
it 'displays price of first variant listed', js: true do
|
172
|
-
click_link product.name
|
173
|
-
within('#product-price') do
|
174
|
-
expect(page).to have_content variant.price
|
175
|
-
expect(page).not_to have_content I18n.t('spree.out_of_stock')
|
176
|
-
end
|
177
|
-
end
|
178
|
-
|
179
|
-
it "doesn't display out of stock for master product" do
|
180
|
-
product.master.stock_items.update_all count_on_hand: 0, backorderable: false
|
181
|
-
|
182
|
-
click_link product.name
|
183
|
-
within('#product-price') do
|
184
|
-
expect(page).not_to have_content I18n.t('spree.out_of_stock')
|
185
|
-
end
|
186
|
-
end
|
187
|
-
end
|
188
|
-
|
189
|
-
context 'a product with variants, images only for the variants' do
|
190
|
-
let(:product) do
|
191
|
-
Spree::Product.find_by(name: 'Ruby on Rails Baseball Jersey')
|
192
|
-
end
|
193
|
-
|
194
|
-
before do
|
195
|
-
image = File.open(File.expand_path('../fixtures/thinking-cat.jpg', __dir__))
|
196
|
-
v1 = product.variants.create!(price: 9.99)
|
197
|
-
v2 = product.variants.create!(price: 10.99)
|
198
|
-
v1.images.create!(attachment: image)
|
199
|
-
v2.images.create!(attachment: image)
|
200
|
-
end
|
201
|
-
|
202
|
-
it 'should not display no image available' do
|
203
|
-
visit spree.root_path
|
204
|
-
expect(page).to have_xpath("//img[contains(@src,'thinking-cat')]")
|
205
|
-
end
|
206
|
-
end
|
207
|
-
|
208
|
-
it 'should be able to hide products without price' do
|
209
|
-
expect(page.all('ul.products-grid li').size).to eq(9)
|
210
|
-
stub_spree_preferences(show_products_without_price: false)
|
211
|
-
stub_spree_preferences(currency: 'CAN')
|
212
|
-
visit spree.root_path
|
213
|
-
expect(page.all('ul.products-grid li').size).to eq(0)
|
214
|
-
end
|
215
|
-
|
216
|
-
context 'when filtering' do
|
217
|
-
before { visit spree.products_path }
|
218
|
-
|
219
|
-
it 'should be able to display products priced under 10 dollars' do
|
220
|
-
within(:css, '.taxonomies') { click_link 'Ruby on Rails' }
|
221
|
-
check 'Price_Range_Under_$10.00'
|
222
|
-
within(:css, '#sidebar_products_search') { click_button 'Search' }
|
223
|
-
expect(page).to have_content('No products found')
|
224
|
-
end
|
225
|
-
|
226
|
-
it 'should be able to display products priced between 15 and 18 dollars' do
|
227
|
-
within(:css, '.taxonomies') { click_link 'Ruby on Rails' }
|
228
|
-
check 'Price_Range_$15.00_-_$18.00'
|
229
|
-
within(:css, '#sidebar_products_search') { click_button 'Search' }
|
230
|
-
|
231
|
-
expect(page.all('ul.products-grid li').size).to eq(3)
|
232
|
-
tmp = page.all('ul.products-grid li a').map(&:text).flatten.compact
|
233
|
-
tmp.delete('')
|
234
|
-
expect(tmp.sort!).to eq(
|
235
|
-
['Ruby on Rails Mug', 'Ruby on Rails Stein', 'Ruby on Rails Tote']
|
236
|
-
)
|
237
|
-
end
|
238
|
-
|
239
|
-
it 'should be able to display products priced between 15 and 18 dollars across multiple pages' do
|
240
|
-
stub_spree_preferences(products_per_page: 2)
|
241
|
-
within(:css, '.taxonomies') { click_link 'Ruby on Rails' }
|
242
|
-
check 'Price_Range_$15.00_-_$18.00'
|
243
|
-
within(:css, '#sidebar_products_search') { click_button 'Search' }
|
244
|
-
|
245
|
-
expect(page.all('ul.products-grid li').size).to eq(2)
|
246
|
-
products = page.all('ul.products-grid li a[itemprop=name]')
|
247
|
-
expect(products.count).to eq(2)
|
248
|
-
|
249
|
-
find('nav.pagination .next a').click
|
250
|
-
products = page.all('ul.products-grid li a[itemprop=name]')
|
251
|
-
expect(products.count).to eq(1)
|
252
|
-
end
|
253
|
-
|
254
|
-
it 'should be able to display products priced 18 dollars and above' do
|
255
|
-
within(:css, '.taxonomies') { click_link 'Ruby on Rails' }
|
256
|
-
check 'Price_Range_$18.00_-_$20.00'
|
257
|
-
check 'Price_Range_$20.00_or_over'
|
258
|
-
within(:css, '#sidebar_products_search') { click_button 'Search' }
|
259
|
-
expect(page.all('ul.products-grid li').size).to eq(4)
|
260
|
-
tmp = page.all('ul.products-grid li a').map(&:text).flatten.compact
|
261
|
-
tmp.delete('')
|
262
|
-
expect(tmp.sort!).to eq(['Ruby on Rails Bag',
|
263
|
-
'Ruby on Rails Baseball Jersey',
|
264
|
-
'Ruby on Rails Jr. Spaghetti',
|
265
|
-
'Ruby on Rails Ringer T-Shirt'])
|
266
|
-
end
|
267
|
-
end
|
268
|
-
|
269
|
-
it 'should be able to put a product without a description in the cart' do
|
270
|
-
product = FactoryBot.create(:base_product, description: nil, name: 'Sample', price: '19.99')
|
271
|
-
visit spree.product_path(product)
|
272
|
-
expect(page).to have_content 'This product has no description'
|
273
|
-
click_button 'add-to-cart-button'
|
274
|
-
expect(page).to have_content 'This product has no description'
|
275
|
-
end
|
276
|
-
|
277
|
-
it "shouldn't be able to put a product without a current price in the cart" do
|
278
|
-
product = FactoryBot.create(:base_product, description: nil, name: 'Sample', price: '19.99')
|
279
|
-
stub_spree_preferences(currency: 'CAN')
|
280
|
-
stub_spree_preferences(show_products_without_price: true)
|
281
|
-
visit spree.product_path(product)
|
282
|
-
expect(page).to have_content 'This product is not available in the selected currency'
|
283
|
-
expect(page).not_to have_content 'add-to-cart-button'
|
284
|
-
end
|
285
|
-
|
286
|
-
it 'should be able to list products without a price' do
|
287
|
-
product = FactoryBot.create(:base_product, description: nil, name: 'Sample', price: '19.99')
|
288
|
-
stub_spree_preferences(currency: 'CAN')
|
289
|
-
stub_spree_preferences(show_products_without_price: true)
|
290
|
-
visit spree.products_path
|
291
|
-
expect(page).to have_content(product.name)
|
292
|
-
end
|
293
|
-
|
294
|
-
it 'should return the correct title when displaying a single product' do
|
295
|
-
product = Spree::Product.find_by(name: 'Ruby on Rails Baseball Jersey')
|
296
|
-
click_link product.name
|
297
|
-
|
298
|
-
within('h1.product-info__title') do
|
299
|
-
expect(page).to have_content('Ruby on Rails Baseball Jersey')
|
300
|
-
end
|
301
|
-
end
|
302
|
-
end
|
@@ -1,54 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
describe 'Promotion Code Invalidation', type: :system, js: true do
|
6
|
-
let!(:promotion) do
|
7
|
-
FactoryBot.create(
|
8
|
-
:promotion_with_item_adjustment,
|
9
|
-
code: "PROMO",
|
10
|
-
per_code_usage_limit: 1,
|
11
|
-
adjustment_rate: 5
|
12
|
-
)
|
13
|
-
end
|
14
|
-
|
15
|
-
before do
|
16
|
-
create(:store)
|
17
|
-
FactoryBot.create(:product, name: "DL-44")
|
18
|
-
FactoryBot.create(:product, name: "E-11")
|
19
|
-
|
20
|
-
visit spree.root_path
|
21
|
-
click_link "DL-44"
|
22
|
-
click_button "Add To Cart"
|
23
|
-
|
24
|
-
visit spree.root_path
|
25
|
-
click_link "E-11"
|
26
|
-
click_button "Add To Cart"
|
27
|
-
end
|
28
|
-
|
29
|
-
it 'adding the promotion to a cart with two applicable items' do
|
30
|
-
fill_in "Coupon code", with: "PROMO"
|
31
|
-
click_button "Apply Code"
|
32
|
-
|
33
|
-
expect(page).to have_content("The coupon code was successfully applied to your order")
|
34
|
-
|
35
|
-
within("#cart_adjustments") do
|
36
|
-
expect(page).to have_content("-$10.00")
|
37
|
-
end
|
38
|
-
|
39
|
-
# Remove an item
|
40
|
-
fill_in "order_line_items_attributes_0_quantity", with: 0
|
41
|
-
click_button "Update"
|
42
|
-
within("#cart_adjustments") do
|
43
|
-
expect(page).to have_content("-$5.00")
|
44
|
-
end
|
45
|
-
|
46
|
-
# Add it back
|
47
|
-
visit spree.root_path
|
48
|
-
click_link "DL-44"
|
49
|
-
click_button "Add To Cart"
|
50
|
-
within("#cart_adjustments") do
|
51
|
-
expect(page).to have_content("-$10.00")
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|
@@ -1,130 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
describe 'Quantity Promotions', type: :system, js: true do
|
6
|
-
let(:action) do
|
7
|
-
Spree::Promotion::Actions::CreateQuantityAdjustments.create(
|
8
|
-
calculator: calculator,
|
9
|
-
preferred_group_size: 2
|
10
|
-
)
|
11
|
-
end
|
12
|
-
|
13
|
-
let(:promotion) { FactoryBot.create(:promotion, code: 'PROMO') }
|
14
|
-
let(:calculator) { FactoryBot.create(:calculator, preferred_amount: 5) }
|
15
|
-
|
16
|
-
before do
|
17
|
-
create(:store)
|
18
|
-
FactoryBot.create(:product, name: "DL-44")
|
19
|
-
FactoryBot.create(:product, name: "E-11")
|
20
|
-
promotion.actions << action
|
21
|
-
|
22
|
-
visit spree.root_path
|
23
|
-
click_link "DL-44"
|
24
|
-
click_button "Add To Cart"
|
25
|
-
end
|
26
|
-
|
27
|
-
it 'adding and removing items from the cart' do
|
28
|
-
# Attempt to use the code with too few items.
|
29
|
-
fill_in "coupon_code", with: "PROMO"
|
30
|
-
click_button "Apply Code"
|
31
|
-
expect(page).to have_content("This coupon code could not be applied to the cart at this time")
|
32
|
-
|
33
|
-
# Add another item to our cart.
|
34
|
-
visit spree.root_path
|
35
|
-
click_link "DL-44"
|
36
|
-
click_button "Add To Cart"
|
37
|
-
|
38
|
-
# Using the code should now succeed.
|
39
|
-
fill_in "coupon_code", with: "PROMO"
|
40
|
-
click_button "Apply Code"
|
41
|
-
expect(page).to have_content("The coupon code was successfully applied to your order")
|
42
|
-
within("#cart_adjustments") do
|
43
|
-
expect(page).to have_content("-$10.00")
|
44
|
-
end
|
45
|
-
|
46
|
-
# Reduce quantity by 1, making promotion not apply.
|
47
|
-
fill_in "order_line_items_attributes_0_quantity", with: 1
|
48
|
-
click_button "Update"
|
49
|
-
expect(page).to_not have_content("#cart_adjustments")
|
50
|
-
|
51
|
-
# Bump quantity to 3, making promotion apply "once."
|
52
|
-
fill_in "order_line_items_attributes_0_quantity", with: 3
|
53
|
-
click_button "Update"
|
54
|
-
within("#cart_adjustments") do
|
55
|
-
expect(page).to have_content("-$10.00")
|
56
|
-
end
|
57
|
-
|
58
|
-
# Bump quantity to 4, making promotion apply "twice."
|
59
|
-
fill_in "order_line_items_attributes_0_quantity", with: 4
|
60
|
-
click_button "Update"
|
61
|
-
within("#cart_adjustments") do
|
62
|
-
expect(page).to have_content("-$20.00")
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
|
-
# Catches an earlier issue with quantity calculation.
|
67
|
-
it 'adding odd numbers of items to the cart' do
|
68
|
-
# Bump quantity to 3
|
69
|
-
fill_in "order_line_items_attributes_0_quantity", with: 3
|
70
|
-
click_button "Update"
|
71
|
-
|
72
|
-
# Apply the promo code and see a $10 discount (for 2 of the 3 items)
|
73
|
-
fill_in "coupon_code", with: "PROMO"
|
74
|
-
click_button "Apply Code"
|
75
|
-
expect(page).to have_content("The coupon code was successfully applied to your order")
|
76
|
-
within("#cart_adjustments") do
|
77
|
-
expect(page).to have_content("-$10.00")
|
78
|
-
end
|
79
|
-
|
80
|
-
# Add a different product to our cart with quantity of 2.
|
81
|
-
visit spree.root_path
|
82
|
-
click_link "E-11"
|
83
|
-
fill_in "quantity", with: "2"
|
84
|
-
click_button "Add To Cart"
|
85
|
-
|
86
|
-
# We now have 5 items total, so discount should increase.
|
87
|
-
within("#cart_adjustments") do
|
88
|
-
expect(page).to have_content("-$20.00")
|
89
|
-
end
|
90
|
-
end
|
91
|
-
|
92
|
-
context "with a group size of 3" do
|
93
|
-
let(:action) do
|
94
|
-
Spree::Promotion::Actions::CreateQuantityAdjustments.create(
|
95
|
-
calculator: calculator,
|
96
|
-
preferred_group_size: 3
|
97
|
-
)
|
98
|
-
end
|
99
|
-
|
100
|
-
before { FactoryBot.create(:product, name: 'DC-15A') }
|
101
|
-
|
102
|
-
it 'odd number of changes to quantities' do
|
103
|
-
fill_in "order_line_items_attributes_0_quantity", with: 3
|
104
|
-
click_button "Update"
|
105
|
-
|
106
|
-
# Apply the promo code and see a $15 discount
|
107
|
-
fill_in "coupon_code", with: "PROMO"
|
108
|
-
click_button "Apply Code"
|
109
|
-
expect(page).to have_content("The coupon code was successfully applied to your order")
|
110
|
-
within("#cart_adjustments") do
|
111
|
-
expect(page).to have_content("-$15.00")
|
112
|
-
end
|
113
|
-
|
114
|
-
# Add two different products to our cart
|
115
|
-
visit spree.root_path
|
116
|
-
click_link "E-11"
|
117
|
-
click_button "Add To Cart"
|
118
|
-
within("#cart_adjustments") do
|
119
|
-
expect(page).to have_content("-$15.00")
|
120
|
-
end
|
121
|
-
|
122
|
-
# Reduce quantity of first item to 2
|
123
|
-
fill_in "order_line_items_attributes_0_quantity", with: 2
|
124
|
-
click_button "Update"
|
125
|
-
within("#cart_adjustments") do
|
126
|
-
expect(page).to have_content("-$15.00")
|
127
|
-
end
|
128
|
-
end
|
129
|
-
end
|
130
|
-
end
|
data/spec/system/taxons_spec.rb
DELETED
@@ -1,158 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
describe 'viewing products', type: :system, inaccessible: true do
|
6
|
-
let!(:taxonomy) { create(:taxonomy, name: "Category") }
|
7
|
-
let!(:super_clothing) { create(:taxon, name: "Super Clothing", parent: taxonomy.root, taxonomy: taxonomy) }
|
8
|
-
let!(:t_shirts) { create(:taxon, name: "T-Shirts", parent: super_clothing, taxonomy: taxonomy) }
|
9
|
-
let!(:xxl) { create(:taxon, name: "XXL", parent: t_shirts, taxonomy: taxonomy) }
|
10
|
-
let!(:product) do
|
11
|
-
product = create(:product, name: "Superman T-Shirt")
|
12
|
-
product.taxons << t_shirts
|
13
|
-
end
|
14
|
-
let(:metas) { { meta_description: 'Brand new Ruby on Rails TShirts', meta_title: "Ruby On Rails TShirt", meta_keywords: 'ror, tshirt, ruby' } }
|
15
|
-
let(:store_name) do
|
16
|
-
((first_store = Spree::Store.first) && first_store.name).to_s
|
17
|
-
end
|
18
|
-
|
19
|
-
# Regression test for https://github.com/spree/spree/issues/1796
|
20
|
-
it "can see a taxon's products, even if that taxon has child taxons" do
|
21
|
-
visit '/t/category/super-clothing/t-shirts'
|
22
|
-
expect(page).to have_content("Superman T-Shirt")
|
23
|
-
end
|
24
|
-
|
25
|
-
it "shouldn't show nested taxons with a search" do
|
26
|
-
visit '/t/category/super-clothing?keywords=shirt'
|
27
|
-
expect(page).to have_content("Superman T-Shirt")
|
28
|
-
expect(page).not_to have_selector("div[data-hook='taxon_children']")
|
29
|
-
end
|
30
|
-
|
31
|
-
describe 'meta tags and title' do
|
32
|
-
it 'displays metas' do
|
33
|
-
t_shirts.update metas
|
34
|
-
visit '/t/category/super-clothing/t-shirts'
|
35
|
-
expect(page).to have_meta(:description, 'Brand new Ruby on Rails TShirts')
|
36
|
-
expect(page).to have_meta(:keywords, 'ror, tshirt, ruby')
|
37
|
-
end
|
38
|
-
|
39
|
-
it 'display title if set' do
|
40
|
-
t_shirts.update metas
|
41
|
-
visit '/t/category/super-clothing/t-shirts'
|
42
|
-
expect(page).to have_title("Ruby On Rails TShirt")
|
43
|
-
end
|
44
|
-
|
45
|
-
it 'displays title from taxon root and taxon name' do
|
46
|
-
visit '/t/category/super-clothing/t-shirts'
|
47
|
-
expect(page).to have_title('Category - T-Shirts - ' + store_name)
|
48
|
-
end
|
49
|
-
|
50
|
-
# Regression test for https://github.com/spree/spree/issues/2814
|
51
|
-
it "doesn't use meta_title as heading on page" do
|
52
|
-
t_shirts.update metas
|
53
|
-
visit '/t/category/super-clothing/t-shirts'
|
54
|
-
within("h1.products__taxon-title") do
|
55
|
-
expect(page).to have_content(t_shirts.name)
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
it 'uses taxon name in title when meta_title set to empty string' do
|
60
|
-
t_shirts.update meta_title: ''
|
61
|
-
visit '/t/category/super-clothing/t-shirts'
|
62
|
-
expect(page).to have_title('Category - T-Shirts - ' + store_name)
|
63
|
-
end
|
64
|
-
end
|
65
|
-
|
66
|
-
context "taxon pages" do
|
67
|
-
include_context "custom products"
|
68
|
-
before do
|
69
|
-
visit spree.products_path
|
70
|
-
end
|
71
|
-
|
72
|
-
it "should be able to visit brand Ruby on Rails" do
|
73
|
-
within(:css, '.taxonomies') { click_link "Ruby on Rails" }
|
74
|
-
|
75
|
-
expect(page.all('ul.products-grid li').size).to eq(7)
|
76
|
-
tmp = page.all('ul.products-grid li a').map(&:text).flatten.compact
|
77
|
-
tmp.delete("")
|
78
|
-
array = ["Ruby on Rails Bag",
|
79
|
-
"Ruby on Rails Baseball Jersey",
|
80
|
-
"Ruby on Rails Jr. Spaghetti",
|
81
|
-
"Ruby on Rails Mug",
|
82
|
-
"Ruby on Rails Ringer T-Shirt",
|
83
|
-
"Ruby on Rails Stein",
|
84
|
-
"Ruby on Rails Tote"]
|
85
|
-
expect(tmp.sort!).to eq(array)
|
86
|
-
end
|
87
|
-
|
88
|
-
it "should be able to visit brand Ruby" do
|
89
|
-
within(:css, '.taxonomies') { click_link "Ruby" }
|
90
|
-
|
91
|
-
expect(page.all('ul.products-grid li').size).to eq(1)
|
92
|
-
tmp = page.all('ul.products-grid li a').map(&:text).flatten.compact
|
93
|
-
tmp.delete("")
|
94
|
-
expect(tmp.sort!).to eq(["Ruby Baseball Jersey"])
|
95
|
-
end
|
96
|
-
|
97
|
-
it "should be able to visit brand Apache" do
|
98
|
-
within(:css, '.taxonomies') { click_link "Apache" }
|
99
|
-
|
100
|
-
expect(page.all('ul.products-grid li').size).to eq(1)
|
101
|
-
tmp = page.all('ul.products-grid li a').map(&:text).flatten.compact
|
102
|
-
tmp.delete("")
|
103
|
-
expect(tmp.sort!).to eq(["Apache Baseball Jersey"])
|
104
|
-
end
|
105
|
-
|
106
|
-
it "should be able to visit category Clothing" do
|
107
|
-
click_link "Clothing"
|
108
|
-
|
109
|
-
expect(page.all('ul.products-grid li').size).to eq(5)
|
110
|
-
tmp = page.all('ul.products-grid li a').map(&:text).flatten.compact
|
111
|
-
tmp.delete("")
|
112
|
-
expect(tmp.sort!).to eq(["Apache Baseball Jersey",
|
113
|
-
"Ruby Baseball Jersey",
|
114
|
-
"Ruby on Rails Baseball Jersey",
|
115
|
-
"Ruby on Rails Jr. Spaghetti",
|
116
|
-
"Ruby on Rails Ringer T-Shirt"])
|
117
|
-
end
|
118
|
-
|
119
|
-
it "should be able to visit category Mugs" do
|
120
|
-
click_link "Mugs"
|
121
|
-
|
122
|
-
expect(page.all('ul.products-grid li').size).to eq(2)
|
123
|
-
tmp = page.all('ul.products-grid li a').map(&:text).flatten.compact
|
124
|
-
tmp.delete("")
|
125
|
-
expect(tmp.sort!).to eq(["Ruby on Rails Mug", "Ruby on Rails Stein"])
|
126
|
-
end
|
127
|
-
|
128
|
-
it "should be able to visit category Bags" do
|
129
|
-
click_link "Bags"
|
130
|
-
|
131
|
-
expect(page.all('ul.products-grid li').size).to eq(2)
|
132
|
-
tmp = page.all('ul.products-grid li a').map(&:text).flatten.compact
|
133
|
-
tmp.delete("")
|
134
|
-
expect(tmp.sort!).to eq(["Ruby on Rails Bag", "Ruby on Rails Tote"])
|
135
|
-
end
|
136
|
-
end
|
137
|
-
|
138
|
-
# Regression test for https://github.com/solidusio/solidus/issues/2602
|
139
|
-
context "root taxon page" do
|
140
|
-
it "shows taxon previews" do
|
141
|
-
visit spree.nested_taxons_path(taxonomy.root)
|
142
|
-
|
143
|
-
expect(page).to have_css('ul.products-grid li', count: 2)
|
144
|
-
expect(page).to have_content("Superman T-Shirt", count: 2)
|
145
|
-
end
|
146
|
-
|
147
|
-
context "with prices in other currency" do
|
148
|
-
before { Spree::Price.update_all(currency: "CAD") }
|
149
|
-
|
150
|
-
it "shows no products" do
|
151
|
-
visit spree.nested_taxons_path(taxonomy.root)
|
152
|
-
|
153
|
-
expect(page).to have_css('ul.products-grid li', count: 0)
|
154
|
-
expect(page).to have_no_content("Superman T-Shirt")
|
155
|
-
end
|
156
|
-
end
|
157
|
-
end
|
158
|
-
end
|
@@ -1,20 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
describe 'Template rendering', type: :system do
|
6
|
-
after do
|
7
|
-
Capybara.ignore_hidden_elements = true
|
8
|
-
end
|
9
|
-
|
10
|
-
before do
|
11
|
-
Capybara.ignore_hidden_elements = false
|
12
|
-
end
|
13
|
-
|
14
|
-
it 'layout should have canonical tag referencing site url' do
|
15
|
-
Spree::Store.create!(code: 'spree', name: 'My Spree Store', url: 'spreestore.example.com', mail_from_address: 'test@example.com')
|
16
|
-
|
17
|
-
visit spree.root_path
|
18
|
-
expect(find('link[rel=canonical]')[:href]).to eql('http://spreestore.example.com/')
|
19
|
-
end
|
20
|
-
end
|
@@ -1,11 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'spec_helper'
|
4
|
-
|
5
|
-
describe 'spree/components/checkout/_checkout_summary.html.erb', type: :view do
|
6
|
-
# Regression spec for https://github.com/spree/spree/issues/4223
|
7
|
-
it 'does not use the @order instance variable' do
|
8
|
-
order = stub_model(Spree::Order)
|
9
|
-
render partial: 'spree/components/checkout/checkout_summary', locals: { order: order }
|
10
|
-
end
|
11
|
-
end
|