forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge magento/2.4-develop into magento-tsg/2.4-develop-com-pr5
- Loading branch information
Showing
61 changed files
with
1,327 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...talog/Test/Mftf/ActionGroup/StorefrontProductPageSelectDropDownOptionValueActionGroup.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
|
||
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> | ||
<actionGroup name="StorefrontProductPageSelectDropDownOptionValueActionGroup"> | ||
<annotations> | ||
<description>Selects the provided Product Option Value under the provided DropDown Product Option Title on a Storefront Product page.</description> | ||
</annotations> | ||
<arguments> | ||
<argument name="attributeLabel" type="string" defaultValue="{{ProductAttributeFrontendLabel.label}}"/> | ||
<argument name="optionLabel" type="string" defaultValue="{{productAttributeOption1.label}}"/> | ||
</arguments> | ||
|
||
<selectOption selector="{{StorefrontProductInfoMainSection.productOptionSelect(attributeLabel)}}" userInput="{{optionLabel}}" stepKey="fillDropDownAttributeOption"/> | ||
</actionGroup> | ||
</actionGroups> |
22 changes: 22 additions & 0 deletions
22
...og/Test/Mftf/ActionGroup/StorefrontProductPageSelectRadioButtonOptionValueActionGroup.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
|
||
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> | ||
<actionGroup name="StorefrontProductPageSelectRadioButtonOptionValueActionGroup"> | ||
<annotations> | ||
<description>Selects the provided Product Option Value under the provided Radio Button Product Option Title on a Storefront Product page.</description> | ||
</annotations> | ||
<arguments> | ||
<argument name="attributeLabel" type="string" defaultValue="{{ProductAttributeFrontendLabel.label}}"/> | ||
<argument name="optionLabel" type="string" defaultValue="{{productAttributeOption1.label}}"/> | ||
</arguments> | ||
|
||
<checkOption selector="{{StorefrontProductInfoMainSection.productAttributeOptionsRadioButtonByName(attributeLabel, optionLabel)}}" stepKey="fillRadioButtonAttributeOption"/> | ||
</actionGroup> | ||
</actionGroups> |
135 changes: 72 additions & 63 deletions
135
app/code/Magento/Catalog/Test/Mftf/Data/CatalogStorefrontConfigData.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,72 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
|
||
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd"> | ||
<entity name="RememberPaginationCatalogStorefrontConfig" type="catalog_storefront_config"> | ||
<requiredEntity type="grid_per_page_values">GridPerPageValues</requiredEntity> | ||
<requiredEntity type="remember_pagination">RememberCategoryPagination</requiredEntity> | ||
</entity> | ||
|
||
<entity name="GridPerPageValues" type="grid_per_page_values"> | ||
<data key="value">9,12,20,24</data> | ||
</entity> | ||
|
||
<entity name="RememberCategoryPagination" type="remember_pagination"> | ||
<data key="value">1</data> | ||
</entity> | ||
|
||
<entity name="DefaultCatalogStorefrontConfiguration" type="default_catalog_storefront_config"> | ||
<requiredEntity type="catalogStorefrontFlagZero">DefaultCatalogStorefrontFlagZero</requiredEntity> | ||
<data key="list_allow_all">DefaultListAllowAll</data> | ||
<data key="flat_catalog_product">DefaultFlatCatalogProduct</data> | ||
</entity> | ||
|
||
<entity name="DefaultCatalogStorefrontFlagZero" type="catalogStorefrontFlagZero"> | ||
<data key="value">0</data> | ||
</entity> | ||
|
||
<entity name="DefaultListAllowAll" type="list_allow_all"> | ||
<data key="value">0</data> | ||
</entity> | ||
|
||
<entity name="DefaultFlatCatalogProduct" type="flat_catalog_product"> | ||
<data key="value">0</data> | ||
</entity> | ||
|
||
<entity name="UseFlatCatalogCategoryAndProduct" type="catalog_storefront_config"> | ||
<requiredEntity type="flat_catalog_product">UseFlatCatalogProduct</requiredEntity> | ||
<requiredEntity type="flat_catalog_category">UseFlatCatalogCategory</requiredEntity> | ||
</entity> | ||
|
||
<entity name="UseFlatCatalogProduct" type="flat_catalog_product"> | ||
<data key="value">1</data> | ||
</entity> | ||
|
||
<entity name="UseFlatCatalogCategory" type="flat_catalog_category"> | ||
<data key="value">1</data> | ||
</entity> | ||
|
||
<entity name="DefaultFlatCatalogCategoryAndProduct" type="catalog_storefront_config"> | ||
<requiredEntity type="flat_catalog_product">DefaultFlatCatalogProduct</requiredEntity> | ||
<requiredEntity type="flat_catalog_category">DefaultFlatCatalogCategory</requiredEntity> | ||
</entity> | ||
|
||
<entity name="DefaultFlatCatalogCategory" type="flat_catalog_category"> | ||
<data key="value">0</data> | ||
</entity> | ||
</entities> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
|
||
<entities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd"> | ||
<entity name="RememberPaginationCatalogStorefrontConfig" type="catalog_storefront_config"> | ||
<requiredEntity type="grid_per_page_values">GridPerPageValues</requiredEntity> | ||
<requiredEntity type="remember_pagination">RememberCategoryPagination</requiredEntity> | ||
</entity> | ||
|
||
<entity name="GridPerPageValues" type="grid_per_page_values"> | ||
<data key="value">9,12,20,24</data> | ||
</entity> | ||
|
||
<entity name="RememberCategoryPagination" type="remember_pagination"> | ||
<data key="value">1</data> | ||
</entity> | ||
|
||
<entity name="DefaultCatalogStorefrontConfiguration" type="default_catalog_storefront_config"> | ||
<requiredEntity type="catalogStorefrontFlagZero">DefaultCatalogStorefrontFlagZero</requiredEntity> | ||
<data key="list_allow_all">DefaultListAllowAll</data> | ||
<data key="flat_catalog_product">DefaultFlatCatalogProduct</data> | ||
</entity> | ||
|
||
<entity name="DefaultCatalogStorefrontFlagZero" type="catalogStorefrontFlagZero"> | ||
<data key="value">0</data> | ||
</entity> | ||
|
||
<entity name="DefaultListAllowAll" type="list_allow_all"> | ||
<data key="value">0</data> | ||
</entity> | ||
|
||
<entity name="DefaultFlatCatalogProduct" type="flat_catalog_product"> | ||
<data key="value">0</data> | ||
</entity> | ||
|
||
<entity name="UseFlatCatalogCategoryAndProduct" type="catalog_storefront_config"> | ||
<requiredEntity type="flat_catalog_product">UseFlatCatalogProduct</requiredEntity> | ||
<requiredEntity type="flat_catalog_category">UseFlatCatalogCategory</requiredEntity> | ||
</entity> | ||
|
||
<entity name="UseFlatCatalogProduct" type="flat_catalog_product"> | ||
<data key="value">1</data> | ||
</entity> | ||
|
||
<entity name="UseFlatCatalogCategory" type="flat_catalog_category"> | ||
<data key="value">1</data> | ||
</entity> | ||
|
||
<entity name="DefaultFlatCatalogCategoryAndProduct" type="catalog_storefront_config"> | ||
<requiredEntity type="flat_catalog_product">DefaultFlatCatalogProduct</requiredEntity> | ||
<requiredEntity type="flat_catalog_category">DefaultFlatCatalogCategory</requiredEntity> | ||
</entity> | ||
|
||
<entity name="DefaultFlatCatalogCategory" type="flat_catalog_category"> | ||
<data key="value">0</data> | ||
</entity> | ||
|
||
<entity name="DefaultGridPerPageValuesConfigData"> | ||
<data key="path">catalog/frontend/grid_per_page_values</data> | ||
<data key="value">12,24,36</data> | ||
</entity> | ||
<entity name="CustomGridPerPageValuesConfigData"> | ||
<data key="path">catalog/frontend/grid_per_page_values</data> | ||
<data key="value">1,2</data> | ||
</entity> | ||
</entities> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.