We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3a101 commit 3b2374fCopy full SHA for 3b2374f
app/code/Magento/Email/Test/Mftf/ActionGroup/EmailTemplateActionGroup.xml
@@ -20,6 +20,7 @@
20
<!--Fill in required fields in "Template Information" tab and click "Save Template" button-->
21
<click stepKey="clickLoadTemplateButton" selector="{{EmailTemplatesSection.loadTemplateButton}}" after="selectValueFromTemplateDropDown"/>
22
<fillField stepKey="fillTemplateNameField" selector="{{EmailTemplatesSection.templateNameField}}" userInput="{{EmailTemplate.templateName}}" after="clickLoadTemplateButton"/>
23
+ <waitForLoadingMaskToDisappear stepKey="wait1"/>
24
<click stepKey="clickSaveTemplateButton" selector="{{EmailTemplatesSection.saveTemplateButton}}"/>
25
<waitForPageLoad stepKey="waitForNewTemplateCreated"/>
26
</actionGroup>
0 commit comments