Skip to content

Commit 9bad9e7

Browse files
authored
Merge pull request #6423 from Shopify/09-23-disable_extension_generation_in_acceptance_tests
Disable extension generation in acceptance tests
2 parents 0f5ba55 + 57b854c commit 9bad9e7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/features/features/app.feature

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ Background:
77

88
Scenario: I scaffold ui, theme and function extensions in a remix app
99
And I create a remix app named MyExtendedApp with npm as package manager
10-
When I create an extension named TestPurchaseExtensionReact of type post_purchase_ui and flavor react
11-
Then I have an extension named TestPurchaseExtensionReact of type checkout_post_purchase and flavor react
12-
When I create an extension named TestThemeExtension of type theme_app_extension
13-
Then I have an extension named TestThemeExtension of type theme
14-
When I create an extension named TestOrderDiscounts of type order_discounts and flavor vanilla-js
15-
Then I have an extension named TestOrderDiscounts of type function
10+
# When I create an extension named TestPurchaseExtensionReact of type post_purchase_ui and flavor react
11+
# Then I have an extension named TestPurchaseExtensionReact of type checkout_post_purchase and flavor react
12+
# When I create an extension named TestThemeExtension of type theme_app_extension
13+
# Then I have an extension named TestThemeExtension of type theme
14+
# When I create an extension named TestOrderDiscounts of type order_discounts and flavor vanilla-js
15+
# Then I have an extension named TestOrderDiscounts of type function
1616
Then I build the app
17-
Then all the extensions are built
17+
# Then all the extensions are built
1818

1919
Scenario: I scaffold ui and function extensions in a extension only app
2020
And I create a extension-only app named MyExtendedApp with npm as package manager
21-
When I create an extension named TestPurchaseExtensionReact of type post_purchase_ui and flavor react
22-
Then I have an extension named TestPurchaseExtensionReact of type checkout_post_purchase and flavor react
23-
When I create an extension named TestOrderDiscounts of type order_discounts and flavor vanilla-js
24-
Then I have an extension named TestOrderDiscounts of type function
21+
# When I create an extension named TestPurchaseExtensionReact of type post_purchase_ui and flavor react
22+
# Then I have an extension named TestPurchaseExtensionReact of type checkout_post_purchase and flavor react
23+
# When I create an extension named TestOrderDiscounts of type order_discounts and flavor vanilla-js
24+
# Then I have an extension named TestOrderDiscounts of type function
2525
Then I build the app
26-
Then all the extensions are built
26+
# Then all the extensions are built

0 commit comments

Comments
 (0)