Skip to content

Commit 220ab3f

Browse files
[AC-5671] Bank Transfer Payment - store label is not being displayed on order/invoice/shipping/creditmemo details.
Created New ActionGroup
1 parent f9c29de commit 220ab3f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright 2024 Adobe
5+
* All Rights Reserved.
6+
*/
7+
-->
8+
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10+
<actionGroup name="AdminNavigateToConfigurationPaymentMethodSectionActionGroup">
11+
<annotations>
12+
<description>Navigates to the specified section in admin on the Stores > Settings > Configuration > Sales > Payment Methods page.</description>
13+
</annotations>
14+
<arguments>
15+
<argument name="section" defaultValue="" type="string"/>
16+
</arguments>
17+
<amOnPage url="{{AdminConfigPaymentMethodsPage.url(section)}}" stepKey="navigateToPaymentConfigurationPage"/>
18+
</actionGroup>
19+
</actionGroups>

0 commit comments

Comments
 (0)