Skip to content

Commit d906c97

Browse files
authored
ACQE-5325 : Added WaitForPageLoad after click
1 parent b678390 commit d906c97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Newsletter/Test/Mftf/ActionGroup/AdminMarketingOpenNewsletterTemplateFromGridActionGroup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminMarketingOpenNewsletterTemplateFromGridActionGroup">
12-
<waitForElementClickable selector="{{AdminNewsletterGridMainActionsSection.searchResultFirstRow}}" stepKey="waitForElementToBeClickable"/>
12+
<waitForElementClickable selector="{{AdminNewsletterGridMainActionsSection.searchResultFirstRow}}" stepKey="waitForElementToBeClickable"/>
1313
<click stepKey="openTemplate" selector="{{AdminNewsletterGridMainActionsSection.searchResultFirstRow}}"/>
14+
<waitForPageLoad stepKey="waitForPageLoadAfterClick"/>
1415
</actionGroup>
1516
</actionGroups>

0 commit comments

Comments
 (0)