-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔃 [Magento Community Engineering] Community Contributions - 2.4-develop
Accepted Community Pull Requests: - #31287: [MFTF] Adding AdminSelectAttributeSetOnEditProductPageActionGroup (by @AnnaAPak) - #31099: [MFTF] Refactoring of AddOutOfStockProductToCompareListTest (by @AnnaAPak) - #30410: Fatal error page occurs if use wrong shipment id ,invoice id ,creditmemo id passed in url (by @GovindaSharma) Fixed GitHub Issues: - #31290: [Issue] [MFTF] Adding AdminSelectAttributeSetOnEditProductPageActionGroup (reported by @m2-assistant[bot]) has been fixed in #31287 by @AnnaAPak in 2.4-develop branch Related commits: 1. cbc884d 2. 55b0fc2 3. 88b58a0 4. 9d505f4 5. b7fe543 6. afc6a95 7. d063cd6 8. 941349a - #31131: [Issue] [MFTF] Refactoring of AddOutOfStockProductToCompareListTest (reported by @m2-assistant[bot]) has been fixed in #31099 by @AnnaAPak in 2.4-develop branch Related commits: 1. 6bb8158 2. 3cf82b7 3. 1089f15 4. 7320189 5. 8ba2695 6. d001c99 7. 125b01a - #30424: [Issue] Fatal error page occurs if use wrong shipment id ,invoice id ,creditmemo id passed in url (reported by @m2-assistant[bot]) has been fixed in #30410 by @GovindaSharma in 2.4-develop branch Related commits: 1. ff1a003 2. 0e78fe4 3. ff5de32 4. 1dab430 5. 6b1837b 6. 589b1d2 7. 4ba689a 8. 9e99f43 9. 6359ac5 10. ade5168 11. 1f0bcbf 12. 937f9e5 13. 2221a8b 14. 32ae2ff 15. 3fb5db4 16. e38122a 17. 3b0e854 18. 7006a96 19. beac203 20. 564a8a6 21. ffc0ab7 22. 247817a 23. 5ec7bd4 24. 52b5270
- Loading branch information
Showing
24 changed files
with
468 additions
and
145 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
23 changes: 23 additions & 0 deletions
23
...nto/Catalog/Test/Mftf/ActionGroup/AdminSelectAttributeSetOnEditProductPageActionGroup.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,23 @@ | ||
<?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="AdminSelectAttributeSetOnEditProductPageActionGroup"> | ||
<annotations> | ||
<description>Selects the specified value from the Attribute Set dropdown on the opened product edit page.</description> | ||
</annotations> | ||
<arguments> | ||
<argument name="attributeSet" type="string"/> | ||
</arguments> | ||
|
||
<click selector="{{AdminProductFormSection.attributeSet}}" stepKey="clickAttributeSetDropdown"/> | ||
<fillField selector="{{AdminProductFormSection.attributeSetFilter}}" userInput="{{attributeSet}}" stepKey="searchForAttributeSet"/> | ||
<click selector="{{AdminProductFormSection.attributeSetFilterResult}}" stepKey="selectAttributeSet"/> | ||
</actionGroup> | ||
</actionGroups> |
19 changes: 19 additions & 0 deletions
19
...Magento/Catalog/Test/Mftf/ActionGroup/StorefrontHoverProductOnCategoryPageActionGroup.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,19 @@ | ||
<?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="StorefrontHoverProductOnCategoryPageActionGroup"> | ||
<annotations> | ||
<description>Hover product on the Category page</description> | ||
</annotations> | ||
|
||
<moveMouseOver selector="{{StorefrontCategoryMainSection.ProductItemInfo}}" stepKey="hoverOverProduct"/> | ||
|
||
</actionGroup> | ||
</actionGroups> |
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.