File tree Expand file tree Collapse file tree 5 files changed +63
-1
lines changed Expand file tree Collapse file tree 5 files changed +63
-1
lines changed Original file line number Diff line number Diff line change 18
18
<amOnPage url =" {{StorefrontProductPage.url(productUrl)}}" stepKey =" openProductPage" />
19
19
<waitForPageLoad stepKey =" waitForProductPageLoaded" />
20
20
</actionGroup >
21
+ <actionGroup name =" StorefrontOpenProductPageOnSecondStore" >
22
+ <annotations >
23
+ <description >Goes to the Storefront Product page for the provided store code and Product URL.</description >
24
+ </annotations >
25
+ <arguments >
26
+ <argument name =" storeCode" type =" string" />
27
+ <argument name =" productUrl" type =" string" />
28
+ </arguments >
29
+
30
+ <amOnPage url =" {{StorefrontStoreViewProductPage.url(storeCode,productUrl)}}" stepKey =" openProductPage" />
31
+ </actionGroup >
21
32
</actionGroups >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <entities xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd" >
11
+ <!-- Catalog > Price -->
12
+ <entity name =" GlobalCatalogPriceScopeConfigData" >
13
+ <!-- Default configuration -->
14
+ <data key =" path" >catalog/price/scope</data >
15
+ <data key =" scope_id" >0</data >
16
+ <data key =" label" >Global</data >
17
+ <data key =" value" >0</data >
18
+ </entity >
19
+ <entity name =" WebsiteCatalogPriceScopeConfigData" >
20
+ <data key =" path" >catalog/price/scope</data >
21
+ <data key =" scope_id" >0</data >
22
+ <data key =" label" >Website</data >
23
+ <data key =" value" >1</data >
24
+ </entity >
25
+ </entities >
Original file line number Diff line number Diff line change 1224
1224
<requiredEntity type =" product_extension_attribute" >EavStock1</requiredEntity >
1225
1225
<requiredEntity type =" custom_attribute" >CustomAttributeProductAttribute</requiredEntity >
1226
1226
</entity >
1227
+ <entity name =" SimpleProductUpdatePrice11" type =" product2" >
1228
+ <data key =" price" >11.00</data >
1229
+ </entity >
1230
+ <entity name =" SimpleProductUpdatePrice14" type =" product2" >
1231
+ <data key =" price" >14.00</data >
1232
+ </entity >
1233
+ <entity name =" SimpleProductUpdatePrice16" type =" product2" >
1234
+ <data key =" price" >16.00</data >
1235
+ </entity >
1227
1236
</entities >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <pages xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/PageObject.xsd" >
11
+ <!-- It is created to open product page with store code setting-->
12
+ <page name =" StorefrontStoreViewProductPage" url =" /{{storeCode}}/{{productUrlKey}}.html" area =" storefront" module =" Magento_Catalog" parameterized =" true" >
13
+ </page >
14
+ </pages >
Original file line number Diff line number Diff line change 11
11
<data key =" code" >default</data >
12
12
<data key =" is_active" >1</data >
13
13
</entity >
14
+ <entity name =" DefaultAllStoreView" type =" store" >
15
+ <data key =" name" >All Store Views</data >
16
+ </entity >
14
17
<entity name =" customStore" type =" store" >
15
18
<!-- data key="group_id">customStoreGroup.id</data-->
16
19
<data key =" name" unique =" suffix" >store</data >
194
197
<data key =" name" >third_store_view</data >
195
198
<data key =" code" >third_store_view</data >
196
199
</entity >
197
- </entities >
200
+ </entities >
You can’t perform that action at this time.
0 commit comments