Skip to content

Commit 3f7abd2

Browse files
[AC-5671] Bank Transfer Payment - store label is not being displayed on order/invoice/shipping/creditmemo details.
Updated Action Group
1 parent 8d0fe62 commit 3f7abd2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Store/Test/Mftf/ActionGroup/AdminEditWebsiteStoreGroupActionGroup.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
-->
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1010
<actionGroup name="AdminEditWebsiteStoreGroupActionGroup">
1111
<annotations>
1212
<description>Edit store group.</description>
@@ -16,11 +16,14 @@
1616
</arguments>
1717
<amOnPage url="{{AdminSystemStorePage.url}}" stepKey="amOnAdminSystemStorePage"/>
1818
<waitForPageLoad stepKey="waitForAdminSystemStorePageLoad"/>
19+
<waitForElementClickable selector="{{AdminDataGridHeaderSection.clearFilters}}" stepKey="waitForClearFiltersClickable" />
1920
<click selector="{{AdminDataGridHeaderSection.clearFilters}}" stepKey="resetSearchFilter"/>
2021
<waitForPageLoad stepKey="waitForResetResult"/>
2122
<fillField userInput="{{storeGroupName}}" selector="{{AdminStoresGridSection.storeGrpFilterTextField}}" stepKey="fillStoreGroupFilter"/>
23+
<waitForElementClickable selector="{{AdminStoresGridSection.searchButton}}" stepKey="waitForSearchButtonClickable" />
2224
<click selector="{{AdminStoresGridSection.searchButton}}" stepKey="clickSearchButton"/>
2325
<waitForPageLoad stepKey="waitForSearchResult"/>
26+
<waitForElementClickable selector="{{AdminStoresGridSection.websiteNameInFirstRow}}" stepKey="waitForStoreGroupNameClickable"/>
2427
<click selector="{{AdminStoresGridSection.websiteNameInFirstRow}}" stepKey="clicksStoreGroupName"/>
2528
<waitForPageLoad stepKey="waitForStorePageToLoad"/>
2629
</actionGroup>

0 commit comments

Comments
 (0)