File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
CatalogUrlRewrite/Test/Mftf/Data
Catalog/Test/Mftf/Section
Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 12
12
<element name =" sectionHeader" type =" button" selector =" div[data-index='assign_products']" timeout =" 30" />
13
13
<element name =" addProducts" type =" button" selector =" #catalog_category_add_product_tabs" timeout =" 30" />
14
14
<element name =" addProductsDisabled" type =" button" selector =" #catalog_category_add_product_tabs[disabled]" timeout =" 30" />
15
+ <element name =" productsInCategorySectionTitle" type =" text" selector =" div[data-index='assign_products'] .fieldset-wrapper-title" timeout =" 10" />
16
+ <element name =" productsInCategorySectionBody" type =" text" selector =" div[data-index='assign_products'] .admin__fieldset-wrapper-content" />
15
17
</section >
16
- </sections >
18
+ </sections >
Original file line number Diff line number Diff line change 8
8
9
9
<entities xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd" >
11
- <entity name =" EnableGenerateCategoryProductUrlRewrites " >
11
+ <entity name =" EnableGenerateCategoryProductUrlRewritesConfigData " >
12
12
<!-- Default value -->
13
13
<data key =" path" >catalog/seo/generate_category_product_rewrites</data >
14
14
<data key =" label" >Yes</data >
15
15
<data key =" value" >1</data >
16
16
</entity >
17
- <entity name =" DisableGenerateCategoryProductUrlRewrites " >
17
+ <entity name =" DisableGenerateCategoryProductUrlRewritesConfigData " >
18
18
<data key =" path" >catalog/seo/generate_category_product_rewrites</data >
19
19
<data key =" label" >No</data >
20
20
<data key =" value" >0</data >
Original file line number Diff line number Diff line change 12
12
<annotations >
13
13
<description >Admin open creditmemo from order</description >
14
14
</annotations >
15
- <conditionalClick selector =" {{AdminOrderDetailsOrderViewSection.creditMemos}}" dependentSelector =" {{AdminCreditMemoTotalSection.viewMemo }}" visible =" false" stepKey =" openCreditMemosTab" />
15
+ <conditionalClick selector =" {{AdminOrderDetailsOrderViewSection.creditMemos}}" dependentSelector =" {{AdminOrderCreditMemosTabSection.viewGridRow('1') }}" visible =" false" stepKey =" openCreditMemosTab" />
16
16
<waitForElementVisible selector =" {{AdminCreditMemoTotalSection.viewMemo}}" stepKey =" waitForCreditMemosTabOpened" />
17
17
<click selector =" {{AdminOrderCreditMemosTabSection.viewGridRow('1')}}" stepKey =" viewMemo" />
18
18
<waitForPageLoad stepKey =" waitForCreditMemoOpened" />
Original file line number Diff line number Diff line change 23
23
<!-- Create productTaxClass -->
24
24
<createData entity =" productTaxClass" stepKey =" createProductTaxClass" />
25
25
<!-- Set configs-->
26
- <magentoCLI command =" config:set {{DisableGenerateCategoryProductUrlRewrites .path}} {{DisableGenerateCategoryProductUrlRewrites .value}}" stepKey =" disableGenerateUrlRewrite" />
26
+ <magentoCLI command =" config:set {{DisableGenerateCategoryProductUrlRewritesConfigData .path}} {{DisableGenerateCategoryProductUrlRewritesConfigData .value}}" stepKey =" disableGenerateUrlRewrite" />
27
27
<magentoCLI command =" config:set {{DefaultProductTaxClass.path}} $createProductTaxClass.return$" stepKey =" setDefaultProductTaxClass" />
28
28
<!-- Create category and product-->
29
29
<createData entity =" _defaultCategory" stepKey =" createCategory" />
42
42
</before >
43
43
<after >
44
44
<!-- Set configs-->
45
- <magentoCLI command =" config:set {{EnableGenerateCategoryProductUrlRewrites .path}} {{EnableGenerateCategoryProductUrlRewrites .value}}" stepKey =" enableGenerateUrlRewrite" />
45
+ <magentoCLI command =" config:set {{EnableGenerateCategoryProductUrlRewritesConfigData .path}} {{EnableGenerateCategoryProductUrlRewritesConfigData .value}}" stepKey =" enableGenerateUrlRewrite" />
46
46
<magentoCLI command =" config:set {{DefaultProductTaxClass.path}} {{DefaultProductTaxClass.value}}" stepKey =" setDefaultProductTaxClass" />
47
47
<!-- Delete category and product-->
48
48
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
You can’t perform that action at this time.
0 commit comments