-
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-devel…
…op latest changes Accepted Community Pull Requests: - #30030: [MFTF] Create StorefrontClickRefundTabCustomerOrderViewActionGroup (by @Usik2203) - #28117: RequireJS resolver sometimes fails to detect blocked resources (by @ishakhsuvarov) Fixed GitHub Issues: - #30032: [Issue] [MFTF] Create StorefrontClickRefundTabCustomerOrderViewActionGroup (reported by @m2-assistant[bot]) has been fixed in #30030 by @Usik2203 in 2.4-develop branch Related commits: 1. 996bdaf 2. 772886e 3. 173356c - #28116: RequireJS resolver sometimes fails to detect blocked resources (reported by @ishakhsuvarov) has been fixed in #28117 by @ishakhsuvarov in 2.4-develop branch Related commits: 1. 303bd64 2. bfdde51 3. c1f132b 4. 8602bef 5. 375b129
- Loading branch information
Showing
6 changed files
with
35 additions
and
9 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
...ento/Sales/Test/Mftf/ActionGroup/StorefrontClickRefundTabCustomerOrderViewActionGroup.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="StorefrontClickRefundTabCustomerOrderViewActionGroup"> | ||
<annotations> | ||
<description>Click "Refund" tab for customer order view.</description> | ||
</annotations> | ||
|
||
<click selector="{{StorefrontCustomerOrderSection.tabRefund}}" stepKey="clickRefundTab"/> | ||
<waitForPageLoad stepKey="waitForPageLoad"/> | ||
</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
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