@@ -7,20 +7,20 @@ Background:
77
88Scenario : 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
1919Scenario : 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