-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8183 from magento-gl/comm_voted
[Bluetooth] Community Pull Requests delivery - 2.4-develop
- Loading branch information
Showing
25 changed files
with
367 additions
and
183 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
77 changes: 77 additions & 0 deletions
77
...Magento/Customer/Test/Mftf/Test/AdminEditCustomerWithAssociatedNewsletterQueueNewTest.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,77 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
|
||
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd"> | ||
<test name="AdminEditCustomerWithAssociatedNewsletterQueueNewTest"> | ||
<annotations> | ||
<stories value="Edit customer if there is associated newsletter queue new"/> | ||
<title value="Edit customer if there is associated newsletter queue new"/> | ||
<description value="Edit customer if there is associated newsletter queue new"/> | ||
<severity value="BLOCKER"/> | ||
<group value="customer"/> | ||
</annotations> | ||
<before> | ||
<actionGroup ref="EnabledWYSIWYGActionGroup" stepKey="enableWYSIWYG"/> | ||
<createData entity="Simple_US_Customer_Multiple_Addresses_No_Default_Address" stepKey="customer"/> | ||
<magentoCron groups="index" stepKey="reindex"/> | ||
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/> | ||
</before> | ||
<after> | ||
<deleteData createDataKey="customer" stepKey="deleteCustomer"/> | ||
|
||
<actionGroup ref="AdminNavigateMenuActionGroup" stepKey="navigateToNewsletterGridPage"> | ||
<argument name="menuUiId" value="{{AdminMenuMarketing.dataUiId}}"/> | ||
<argument name="submenuUiId" value="{{AdminMenuMarketingCommunicationsNewsletterTemplate.dataUiId}}"/> | ||
</actionGroup> | ||
<actionGroup ref="AdminSearchNewsletterTemplateOnGridActionGroup" stepKey="findCreatedNewsletterTemplateInGrid"> | ||
<argument name="name" value="{{_defaultNewsletter.name}}"/> | ||
<argument name="subject" value="{{_defaultNewsletter.subject}}"/> | ||
</actionGroup> | ||
<actionGroup ref="AdminMarketingOpenNewsletterTemplateFromGridActionGroup" stepKey="openTemplate"/> | ||
<actionGroup ref="AdminMarketingDeleteNewsletterTemplateActionGroup" stepKey="deleteTemplate"/> | ||
|
||
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/> | ||
</after> | ||
|
||
<actionGroup ref="AdminOpenCustomersGridActionGroup" stepKey="openCustomersGridPage"/> | ||
<actionGroup ref="OpenEditCustomerFromAdminActionGroup" stepKey="openEditCustomerPage"> | ||
<argument name="customer" value="Simple_US_Customer_Multiple_Addresses_No_Default_Address"/> | ||
</actionGroup> | ||
<actionGroup ref="AdminSubscribeCustomerToNewsletters" stepKey="subscribeToNewsletter"/> | ||
|
||
<actionGroup ref="AdminNavigateMenuActionGroup" stepKey="navigateToNewsletterTemplatePage"> | ||
<argument name="menuUiId" value="{{AdminMenuMarketing.dataUiId}}"/> | ||
<argument name="submenuUiId" value="{{AdminMenuMarketingCommunicationsNewsletterTemplate.dataUiId}}"/> | ||
</actionGroup> | ||
<actionGroup ref="AdminNavigateToCreateNewsletterTemplatePageActionGroup" stepKey="navigateToCreateNewsletterTemplatePage"/> | ||
<actionGroup ref="AdminCreateNewsletterTemplateActionGroup" stepKey="createNewsletterTemplate"> | ||
<argument name="name" value="{{_defaultNewsletter.name}}"/> | ||
<argument name="subject" value="{{_defaultNewsletter.subject}}"/> | ||
<argument name="senderName" value="{{_defaultNewsletter.senderName}}"/> | ||
<argument name="senderEmail" value="{{_defaultNewsletter.senderEmail}}"/> | ||
<argument name="templateContent" value="{{_defaultNewsletter.textAreaContent}}"/> | ||
</actionGroup> | ||
<actionGroup ref="AdminSearchNewsletterTemplateOnGridActionGroup" stepKey="findCreatedNewsletterTemplate"> | ||
<argument name="name" value="{{_defaultNewsletter.name}}"/> | ||
<argument name="subject" value="{{_defaultNewsletter.subject}}"/> | ||
</actionGroup> | ||
<actionGroup ref="AdminCreateQueueNewsletterActionGroup" stepKey="addNewsletterToQueue"> | ||
<argument name="startAt" value="Dec 21, 2022 11:04:20 AM"/> | ||
</actionGroup> | ||
|
||
<actionGroup ref="OpenEditCustomerFromAdminActionGroup" stepKey="editCustomerForm"> | ||
<argument name="customer" value="Simple_US_Customer_Multiple_Addresses_No_Default_Address"/> | ||
</actionGroup> | ||
<actionGroup stepKey="editCustomerAddress" ref="AdminEditCustomerAddressesFromActionGroup"> | ||
<argument name="customerAddress" value="CustomerAddressSimple"/> | ||
</actionGroup> | ||
<actionGroup ref="AdminSaveCustomerAndAssertSuccessMessage" stepKey="saveCustomer"/> | ||
|
||
</test> | ||
</tests> |
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
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.