Skip to content

Commit f60c89c

Browse files
committed
magento/partners-magento2b2b#370: [Determine Coverage]: Add Meaningful Titles and Descriptions For All MFTF Tests in the Company, CompanyCredit, CompanyPayment, CompanyShipping, & ConfigurableSharedCatalog Modules
- Fixing PR feedback - Adding equals checks to company credit actiongroups
1 parent 2762f8f commit f60c89c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageInCustomStoreActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Goes to the Storefront Checkout page in a custom store. Must have Add Store Code To Urls enabled</description>
1414
</annotations>
1515
<arguments>
16-
<argument name="storeCode"/>
16+
<argument name="storeCode" defaultValue="{{customStoreEN.code}}" type="string"/>
1717
</arguments>
1818
<amOnPage url="{{StorefrontCustomStoreCheckoutPage.url(storeCode)}}" stepKey="openCheckoutPage"/>
1919
</actionGroup>

app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreCustomerLogoutActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Goes to the storefront Customer Logout page for a custom store. Must have Add Store Code To Urls enabled.</description>
1414
</annotations>
1515
<arguments>
16-
<argument name="storeCode"/>
16+
<argument name="storeCode" defaultValue="{{customStoreEN.code}}" type="string"/>
1717
</arguments>
1818
<amOnPage url="{{StorefrontCustomStoreCustomerLogoutPage.url(storeCode)}}" stepKey="storefrontSignOut"/>
1919
</actionGroup>

app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreLoginActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Goes to the storefront Customer Sign In page for a custom store. Logs in using the provided Customer. Must have Add Store Code To Urls enabled</description>
1414
</annotations>
1515
<arguments>
16-
<argument name="storeCode"/>
16+
<argument name="storeCode" defaultValue="{{customStoreEN.code}}" type="string"/>
1717
</arguments>
1818
<amOnPage url="{{StorefrontCustomStoreCustomerSignInPage.url(storeCode)}}" stepKey="amOnSignInPage"/>
1919
</actionGroup>

app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomStoreNavigateToCustomerOrdersHistoryPageActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<description>Goes to the storefront Customer Order History page for a custom store. Must have Add Store Code To Urls enabled</description>
1313
</annotations>
1414
<arguments>
15-
<argument name="storeCode"/>
15+
<argument name="storeCode" defaultValue="{{customStoreEN.code}}" type="string"/>
1616
</arguments>
1717
<amOnPage url="{{StorefrontCustomStoreCustomerOrdersHistoryPage.url(storeCode)}}" stepKey="amOnTheCustomerPage"/>
1818
</actionGroup>

0 commit comments

Comments
 (0)