solidus_seo 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/decorators/controllers/spree/checkout_controller_decorator.rb +23 -0
- data/app/views/solidus_seo/_facebook.html.erb +28 -16
- data/app/views/solidus_seo/_google-analytics.html.erb +1 -3
- data/app/views/solidus_seo/_google-tag-manager.html.erb +18 -20
- data/app/views/solidus_seo/_pinterest.html.erb +9 -12
- data/lib/solidus_seo/version.rb +1 -1
- data/spec/examples.txt +40 -34
- data/spec/features/add_to_cart_spec.rb +1 -1
- data/spec/features/checkout_complete_spec.rb +1 -1
- data/spec/features/checkout_initiated_spec.rb +53 -0
- data/spec/features/homepage_spec.rb +1 -1
- data/spec/features/product_page_spec.rb +2 -2
- data/spec/features/taxon_page_spec.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: affcb02125af16ffc2eb0aabe3850b0df3f8b0a8612c1627bd2953b043198d60
|
4
|
+
data.tar.gz: 2f80a9d259166a74e84bebb35f922c3a30ad0a50be98dc62187638484704dfb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1dfc56ae1d28aad11304354619c97aae39a9f641a8332c5fc579da97db87c875efb0becf73a56227430103d60c4ab3896415638f69d5aa782d19d8558fa62b7d
|
7
|
+
data.tar.gz: b4e5ca4d432362aa6216b3a9c8f03ab0da34a6a521eabb18c312efb3bb91fc1e9e64d01dd2c3100ea3cc465c10799bdc5e73f662839f3b4cbb235d7a70bdd951
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Spree
|
4
|
+
module CheckoutControllerDecorator
|
5
|
+
def self.prepended(base)
|
6
|
+
base.class_eval do
|
7
|
+
end
|
8
|
+
end
|
9
|
+
|
10
|
+
def before_address
|
11
|
+
flash[:checkout_initiated] =
|
12
|
+
@order.address? &&
|
13
|
+
request.referrer =~ /#{cart_path}\b/i &&
|
14
|
+
params[:action] == 'edit'
|
15
|
+
|
16
|
+
super
|
17
|
+
end
|
18
|
+
|
19
|
+
private
|
20
|
+
|
21
|
+
::Spree::StoreController.prepend(self)
|
22
|
+
end
|
23
|
+
end
|
@@ -1,20 +1,16 @@
|
|
1
1
|
<%
|
2
2
|
return if ENV['FACEBOOK_PIXEL_ID'].blank?
|
3
3
|
|
4
|
-
|
5
|
-
add_to_cart_data = {}
|
6
|
-
order_data = {}
|
4
|
+
event_data = {}
|
7
5
|
|
8
6
|
if just_purchased
|
9
|
-
|
7
|
+
event_data[:order] = {
|
10
8
|
value: order.total,
|
11
9
|
currency: order.currency,
|
12
10
|
content_type: 'product',
|
13
11
|
contents: order.line_items.map do |line_item|
|
14
|
-
next unless line_item.variant
|
15
|
-
|
16
12
|
{ id: line_item.variant.sku, quantity: line_item.quantity }
|
17
|
-
end
|
13
|
+
end,
|
18
14
|
|
19
15
|
# custom properties
|
20
16
|
order_number: order.number,
|
@@ -26,7 +22,7 @@ if just_purchased
|
|
26
22
|
end
|
27
23
|
|
28
24
|
if flash[:added_to_cart].present?
|
29
|
-
|
25
|
+
event_data[:added_to_cart] = {
|
30
26
|
currency: order.currency,
|
31
27
|
content_type: 'product',
|
32
28
|
contents: flash[:added_to_cart].map do |variant_sku, variant|
|
@@ -35,13 +31,24 @@ if flash[:added_to_cart].present?
|
|
35
31
|
}
|
36
32
|
end
|
37
33
|
|
34
|
+
if flash[:checkout_initiated].present?
|
35
|
+
event_data[:checkout] = {
|
36
|
+
value: order.total,
|
37
|
+
currency: order.currency,
|
38
|
+
contents: order.line_items.map do |line_item|
|
39
|
+
{ id: line_item.variant.sku, quantity: line_item.quantity }
|
40
|
+
end
|
41
|
+
}
|
42
|
+
end
|
43
|
+
|
38
44
|
if @product
|
39
|
-
|
45
|
+
event_data[:current_product] = {
|
40
46
|
content_type: 'product',
|
41
47
|
content_name: @product.name,
|
42
48
|
content_ids: [@product.master.sku]
|
43
49
|
}
|
44
50
|
end
|
51
|
+
|
45
52
|
%>
|
46
53
|
<script type="text/javascript" data-tag="facebook">
|
47
54
|
!function(f,b,e,v,n,t,s) {if (f.fbq) return;n = f.fbq = function() { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) };if (!f._fbq) f._fbq=n;n.push = n; n.loaded = !0; n.version = '2.0'; n.queue=[]; t = b.createElement(e); t.async = !0; t.src = v;s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s);}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js');
|
@@ -49,19 +56,24 @@ end
|
|
49
56
|
fbq('init', '<%= ENV['FACEBOOK_PIXEL_ID'] %>');
|
50
57
|
fbq('track', 'PageView');
|
51
58
|
|
52
|
-
<% if
|
53
|
-
fbq('track', 'Purchase', <%==
|
59
|
+
<% if event_data[:order].present? %>
|
60
|
+
fbq('track', 'Purchase', <%== event_data[:order].to_json %>);
|
54
61
|
window.solidusSeoDataLayer('facebook', 'purchase');
|
55
62
|
<% end %>
|
56
63
|
|
57
|
-
<% if
|
58
|
-
fbq('track', 'AddToCart', <%==
|
64
|
+
<% if event_data[:added_to_cart].present? %>
|
65
|
+
fbq('track', 'AddToCart', <%== event_data[:added_to_cart].to_json %>);
|
59
66
|
window.solidusSeoDataLayer('facebook', 'addtocart');
|
60
67
|
<% end %>
|
61
68
|
|
62
|
-
<% if
|
63
|
-
fbq('track', '
|
64
|
-
window.solidusSeoDataLayer('facebook', '
|
69
|
+
<% if event_data[:checkout].present? %>
|
70
|
+
fbq('track', 'InitiateCheckout', <%== event_data[:checkout].to_json %>);
|
71
|
+
window.solidusSeoDataLayer('facebook', 'initiatecheckout');
|
72
|
+
<% end %>
|
73
|
+
|
74
|
+
<% if event_data[:current_product].present? %>
|
75
|
+
fbq('track', 'ViewContent', <%== event_data[:current_product].to_json %>);
|
76
|
+
window.solidusSeoDataLayer('facebook', 'viewcontent');
|
65
77
|
<% end %>
|
66
78
|
</script>
|
67
79
|
<noscript>
|
@@ -6,8 +6,6 @@ if just_purchased
|
|
6
6
|
transaction_id: order.number,
|
7
7
|
value: order.total,
|
8
8
|
items: order.line_items.map do |line_item|
|
9
|
-
next unless line_item.variant
|
10
|
-
|
11
9
|
{
|
12
10
|
id: line_item.variant.sku,
|
13
11
|
name: line_item.variant.name,
|
@@ -15,7 +13,7 @@ if just_purchased
|
|
15
13
|
variant: line_item.variant.options_text,
|
16
14
|
quantity: line_item.quantity
|
17
15
|
}
|
18
|
-
end
|
16
|
+
end,
|
19
17
|
|
20
18
|
affiliation: current_store.name,
|
21
19
|
currency: order.currency,
|
@@ -2,28 +2,26 @@
|
|
2
2
|
return if ENV['GOOGLE_ANALYTICS_ID'].present? || ENV['GOOGLE_TAG_MANAGER_ID'].blank?
|
3
3
|
|
4
4
|
if just_purchased
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
5
|
+
order_data = {
|
6
|
+
id: order.number,
|
7
|
+
revenue: order.total,
|
8
|
+
coupon: '', # TODO: Add coupon code if present
|
9
9
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
}
|
15
|
-
|
16
|
-
purchased_items = order.line_items.map do |line_item|
|
17
|
-
next unless line_item.variant
|
18
|
-
|
19
|
-
{
|
20
|
-
id: line_item.variant.sku,
|
21
|
-
name: line_item.variant.name,
|
22
|
-
price: line_item.total,
|
23
|
-
variant: line_item.variant.options_text,
|
24
|
-
quantity: line_item.quantity
|
10
|
+
affiliation: current_store.name,
|
11
|
+
currency: order.currency,
|
12
|
+
tax: order.tax_total,
|
13
|
+
shipping: order.ship_total
|
25
14
|
}
|
26
|
-
|
15
|
+
|
16
|
+
purchased_items = order.line_items.map do |line_item|
|
17
|
+
{
|
18
|
+
id: line_item.variant.sku,
|
19
|
+
name: line_item.variant.name,
|
20
|
+
price: line_item.total,
|
21
|
+
variant: line_item.variant.options_text,
|
22
|
+
quantity: line_item.quantity
|
23
|
+
}
|
24
|
+
end
|
27
25
|
end
|
28
26
|
%>
|
29
27
|
<script type="text/javascript" data-tag="google-tag-manager">
|
@@ -1,10 +1,7 @@
|
|
1
1
|
<%
|
2
2
|
return if ENV['PINTEREST_TAG_ID'].blank?
|
3
3
|
|
4
|
-
|
5
|
-
add_to_cart_data = {}
|
6
|
-
order_data = {}
|
7
|
-
em_data = {}
|
4
|
+
event_data = {}
|
8
5
|
|
9
6
|
user_email = try_spree_current_user&.email || current_order&.email
|
10
7
|
if user_email.present?
|
@@ -12,7 +9,7 @@ if user_email.present?
|
|
12
9
|
end
|
13
10
|
|
14
11
|
if just_purchased
|
15
|
-
|
12
|
+
event_data[:order] = {
|
16
13
|
value: order.total,
|
17
14
|
currency: order.currency,
|
18
15
|
order_quantity: order.line_items.sum(&:quantity),
|
@@ -32,7 +29,7 @@ if just_purchased
|
|
32
29
|
end
|
33
30
|
|
34
31
|
if @product
|
35
|
-
|
32
|
+
event_data[:product] = {
|
36
33
|
line_items: [
|
37
34
|
{
|
38
35
|
product_name: @product.name,
|
@@ -43,7 +40,7 @@ if @product
|
|
43
40
|
end
|
44
41
|
|
45
42
|
if flash[:added_to_cart].present?
|
46
|
-
|
43
|
+
event_data[:added_to_cart] = {
|
47
44
|
value: order.total,
|
48
45
|
currency: order.currency,
|
49
46
|
order_id: order.number,
|
@@ -66,16 +63,16 @@ end
|
|
66
63
|
pintrk('load', '<%= ENV['PINTEREST_TAG_ID'] %>' <%== em_data.present? ? ", #{em_data.to_json}" : '' %>);
|
67
64
|
pintrk('page');
|
68
65
|
|
69
|
-
pintrk('track', 'pagevisit'<%==
|
66
|
+
pintrk('track', 'pagevisit'<%== event_data[:product].present? ? ", #{event_data[:product].to_json}" : '' %>);
|
70
67
|
window.solidusSeoDataLayer('pinterest', 'pagevisit');
|
71
68
|
|
72
|
-
<% if
|
73
|
-
pintrk('track', 'addtocart', <%==
|
69
|
+
<% if event_data[:added_to_cart].present? %>
|
70
|
+
pintrk('track', 'addtocart', <%== event_data[:added_to_cart].to_json %>);
|
74
71
|
window.solidusSeoDataLayer('pinterest', 'addtocart');
|
75
72
|
<% end %>
|
76
73
|
|
77
|
-
<% if
|
78
|
-
pintrk('track', 'checkout', <%==
|
74
|
+
<% if event_data[:order].present? %>
|
75
|
+
pintrk('track', 'checkout', <%== event_data[:order].to_json %>);
|
79
76
|
window.solidusSeoDataLayer('pinterest', 'purchase');
|
80
77
|
<% end %>
|
81
78
|
</script>
|
data/lib/solidus_seo/version.rb
CHANGED
data/spec/examples.txt
CHANGED
@@ -1,34 +1,40 @@
|
|
1
|
-
example_id
|
2
|
-
|
3
|
-
./spec/features/add_to_cart_spec.rb[1:1:1]
|
4
|
-
./spec/features/add_to_cart_spec.rb[1:1
|
5
|
-
./spec/features/
|
6
|
-
./spec/features/checkout_complete_spec.rb[1:
|
7
|
-
./spec/features/checkout_complete_spec.rb[1:
|
8
|
-
./spec/features/checkout_complete_spec.rb[1:
|
9
|
-
./spec/features/
|
10
|
-
./spec/features/
|
11
|
-
./spec/features/
|
12
|
-
./spec/features/
|
13
|
-
./spec/features/
|
14
|
-
./spec/features/homepage_spec.rb[1:
|
15
|
-
./spec/features/homepage_spec.rb[1:
|
16
|
-
./spec/features/
|
17
|
-
./spec/features/
|
18
|
-
./spec/features/
|
19
|
-
./spec/features/
|
20
|
-
./spec/features/
|
21
|
-
./spec/features/product_page_spec.rb[1:
|
22
|
-
./spec/features/product_page_spec.rb[1:
|
23
|
-
./spec/features/product_page_spec.rb[1:3
|
24
|
-
./spec/features/product_page_spec.rb[1:
|
25
|
-
./spec/features/product_page_spec.rb[1:
|
26
|
-
./spec/features/
|
27
|
-
./spec/features/
|
28
|
-
./spec/features/
|
29
|
-
./spec/features/
|
30
|
-
./spec/features/
|
31
|
-
./spec/features/
|
32
|
-
./spec/features/taxon_page_spec.rb[1:
|
33
|
-
./spec/features/taxon_page_spec.rb[1:
|
34
|
-
./spec/features/taxon_page_spec.rb[1:
|
1
|
+
example_id | status | run_time |
|
2
|
+
------------------------------------------------- | ------- | --------------- |
|
3
|
+
./spec/features/add_to_cart_spec.rb[1:1:1] | passed | 0.59063 seconds |
|
4
|
+
./spec/features/add_to_cart_spec.rb[1:2:1] | passed | 0.92144 seconds |
|
5
|
+
./spec/features/add_to_cart_spec.rb[1:2:2] | passed | 0.87052 seconds |
|
6
|
+
./spec/features/checkout_complete_spec.rb[1:1:1] | passed | 0.55618 seconds |
|
7
|
+
./spec/features/checkout_complete_spec.rb[1:2:1] | passed | 4.19 seconds |
|
8
|
+
./spec/features/checkout_complete_spec.rb[1:3:1] | passed | 0.91829 seconds |
|
9
|
+
./spec/features/checkout_complete_spec.rb[1:4:1] | passed | 1.2 seconds |
|
10
|
+
./spec/features/checkout_initiated_spec.rb[1:1:1] | pending | 0.13867 seconds |
|
11
|
+
./spec/features/checkout_initiated_spec.rb[1:2:1] | pending | 0.1143 seconds |
|
12
|
+
./spec/features/checkout_initiated_spec.rb[1:3:1] | passed | 0.71343 seconds |
|
13
|
+
./spec/features/checkout_initiated_spec.rb[1:4:1] | pending | 0.10753 seconds |
|
14
|
+
./spec/features/homepage_spec.rb[1:1:1] | passed | 0.29998 seconds |
|
15
|
+
./spec/features/homepage_spec.rb[1:1:2] | passed | 0.34618 seconds |
|
16
|
+
./spec/features/homepage_spec.rb[1:2:1] | passed | 0.28189 seconds |
|
17
|
+
./spec/features/homepage_spec.rb[1:2:2] | passed | 0.30156 seconds |
|
18
|
+
./spec/features/homepage_spec.rb[1:3:1] | passed | 0.27539 seconds |
|
19
|
+
./spec/features/homepage_spec.rb[1:3:2] | passed | 0.29419 seconds |
|
20
|
+
./spec/features/homepage_spec.rb[1:4:1:1] | passed | 0.37499 seconds |
|
21
|
+
./spec/features/product_page_spec.rb[1:1:1] | passed | 0.43008 seconds |
|
22
|
+
./spec/features/product_page_spec.rb[1:1:2] | passed | 0.3833 seconds |
|
23
|
+
./spec/features/product_page_spec.rb[1:1:3] | passed | 0.38015 seconds |
|
24
|
+
./spec/features/product_page_spec.rb[1:2:1] | passed | 0.40948 seconds |
|
25
|
+
./spec/features/product_page_spec.rb[1:2:2:1] | passed | 0.38353 seconds |
|
26
|
+
./spec/features/product_page_spec.rb[1:2:3:1] | passed | 0.38026 seconds |
|
27
|
+
./spec/features/product_page_spec.rb[1:3:1] | passed | 0.3795 seconds |
|
28
|
+
./spec/features/product_page_spec.rb[1:3:2] | passed | 0.43348 seconds |
|
29
|
+
./spec/features/product_page_spec.rb[1:3:3] | passed | 0.36624 seconds |
|
30
|
+
./spec/features/product_page_spec.rb[1:4:1:1] | passed | 0.41513 seconds |
|
31
|
+
./spec/features/product_page_spec.rb[1:4:2:1] | passed | 0.50718 seconds |
|
32
|
+
./spec/features/taxon_page_spec.rb[1:1:1] | passed | 0.41762 seconds |
|
33
|
+
./spec/features/taxon_page_spec.rb[1:1:2] | passed | 0.41961 seconds |
|
34
|
+
./spec/features/taxon_page_spec.rb[1:1:3] | passed | 0.42318 seconds |
|
35
|
+
./spec/features/taxon_page_spec.rb[1:2:1] | passed | 0.434 seconds |
|
36
|
+
./spec/features/taxon_page_spec.rb[1:2:2:1] | passed | 0.42845 seconds |
|
37
|
+
./spec/features/taxon_page_spec.rb[1:2:3:1] | passed | 0.3977 seconds |
|
38
|
+
./spec/features/taxon_page_spec.rb[1:3:1] | passed | 0.41176 seconds |
|
39
|
+
./spec/features/taxon_page_spec.rb[1:3:2] | passed | 0.41971 seconds |
|
40
|
+
./spec/features/taxon_page_spec.rb[1:4:1] | passed | 0.67247 seconds |
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
describe 'Checkout complete', type: :system do
|
4
|
-
let!(:store) {
|
4
|
+
let!(:store) { create(:store) }
|
5
5
|
let!(:taxon) { create :taxon, name: 'MyTaxon' }
|
6
6
|
let!(:order) { create :completed_order_with_totals }
|
7
7
|
let!(:line_item) { order.line_items.first }
|
@@ -0,0 +1,53 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
describe 'Checkout initated', type: :system do
|
4
|
+
let!(:store) { create(:store) }
|
5
|
+
let!(:taxon) { create :taxon, name: 'MyTaxon' }
|
6
|
+
let!(:product) { create(:base_product, taxons: [taxon]) }
|
7
|
+
let(:order) { Spree::Order.last }
|
8
|
+
|
9
|
+
stub_authorization!
|
10
|
+
|
11
|
+
before do
|
12
|
+
stub_const 'ENV', ENV.to_h.merge(env_variable => 'XXX-YYYYY')
|
13
|
+
end
|
14
|
+
|
15
|
+
subject do
|
16
|
+
visit spree.product_path(product)
|
17
|
+
find('#add-to-cart-button').click
|
18
|
+
find('#checkout-link').click
|
19
|
+
end
|
20
|
+
|
21
|
+
context 'when GOOGLE_TAG_MANAGER_ID environment variable is present' do
|
22
|
+
let(:env_variable) { 'GOOGLE_TAG_MANAGER_ID' }
|
23
|
+
|
24
|
+
it 'tracks "InitiateCheckout" event with product data' do
|
25
|
+
skip
|
26
|
+
end
|
27
|
+
end
|
28
|
+
|
29
|
+
context 'when GOOGLE_ANALYTICS_ID environment variable is present' do
|
30
|
+
let(:env_variable) { 'GOOGLE_ANALYTICS_ID' }
|
31
|
+
|
32
|
+
it 'tracks "InitiateCheckout" event with product data' do
|
33
|
+
skip
|
34
|
+
end
|
35
|
+
end
|
36
|
+
|
37
|
+
context 'when FACEBOOK_PIXEL_ID environment variable is present' do
|
38
|
+
let(:env_variable) { 'FACEBOOK_PIXEL_ID' }
|
39
|
+
|
40
|
+
it 'tracks "InitiateCheckout" event with product data' do
|
41
|
+
subject
|
42
|
+
expect(page).to track_analytics_event :facebook, 'initiatecheckout', ['track', 'InitiateCheckout', order.total, order.currency, order.line_items.first.sku]
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
context 'when PINTEREST_TAG_ID environment variable is present' do
|
47
|
+
let(:env_variable) { 'PINTEREST_TAG_ID' }
|
48
|
+
|
49
|
+
it 'tracks "checkout" event with product data' do
|
50
|
+
skip
|
51
|
+
end
|
52
|
+
end
|
53
|
+
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
describe "Product page", type: :system do
|
2
|
-
let!(:store) {
|
2
|
+
let!(:store) { create(:store) }
|
3
3
|
let(:store_seo_name) { 'My store SEO name' }
|
4
4
|
|
5
5
|
let!(:taxon) { create(:taxon, name: 'MyTaxon') }
|
@@ -102,7 +102,7 @@ describe "Product page", type: :system do
|
|
102
102
|
|
103
103
|
it 'tracks "ViewContent" event with product data' do
|
104
104
|
subject
|
105
|
-
expect(page).to track_analytics_event :facebook, '
|
105
|
+
expect(page).to track_analytics_event :facebook, 'viewcontent', [
|
106
106
|
'fbq', 'track', 'ViewContent', product.name, product.master.sku
|
107
107
|
]
|
108
108
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus_seo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karma Creative
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-07-
|
11
|
+
date: 2021-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: solidus_core
|
@@ -337,6 +337,7 @@ files:
|
|
337
337
|
- app/assets/javascripts/spree/frontend/solidus_seo.js
|
338
338
|
- app/assets/stylesheets/spree/backend/solidus_seo.css
|
339
339
|
- app/assets/stylesheets/spree/frontend/solidus_seo.css
|
340
|
+
- app/decorators/controllers/spree/checkout_controller_decorator.rb
|
340
341
|
- app/decorators/controllers/spree/orders_controller_decorator.rb
|
341
342
|
- app/decorators/controllers/spree/store_controller_decorator.rb
|
342
343
|
- app/decorators/helpers/spree/core/controller_helpers/common_decorator.rb
|
@@ -383,6 +384,7 @@ files:
|
|
383
384
|
- spec/examples.txt
|
384
385
|
- spec/features/add_to_cart_spec.rb
|
385
386
|
- spec/features/checkout_complete_spec.rb
|
387
|
+
- spec/features/checkout_initiated_spec.rb
|
386
388
|
- spec/features/homepage_spec.rb
|
387
389
|
- spec/features/product_page_spec.rb
|
388
390
|
- spec/features/taxon_page_spec.rb
|
@@ -417,6 +419,7 @@ test_files:
|
|
417
419
|
- spec/spec_helper.rb
|
418
420
|
- spec/examples.txt
|
419
421
|
- spec/features/checkout_complete_spec.rb
|
422
|
+
- spec/features/checkout_initiated_spec.rb
|
420
423
|
- spec/features/homepage_spec.rb
|
421
424
|
- spec/features/taxon_page_spec.rb
|
422
425
|
- spec/features/add_to_cart_spec.rb
|