Skip to content

Commit 7d735f1

Browse files
committed
ACQE-7162:Checking Bank Transfer Payment store label is being displayed on order/invoice/shipping/creditmemo details
Testcase updated
1 parent 6e5b13e commit 7d735f1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/AdminPaymentBankTransferHavingMultipleStoresTest.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,13 @@
3636
</actionGroup>
3737
<magentoCLI command="config:set {{enabledBankTransferPaymentOrder.label}} {{enabledBankTransferPaymentOrder.value}}" stepKey="enableBankTransfer"/>
3838
</before>
39-
<after>
40-
<magentoCLI command="config:set {{DisablePaymentBankTransferConfigData.path}} {{DisablePaymentBankTransferConfigData.value}}" stepKey="disableBankTransferPayment"/>
41-
<deleteData stepKey="deleteProduct" createDataKey="createProduct"/>
42-
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
43-
</after>
4439
<amOnPage url="{{AdminConfigPaymentMethodsPage.url}}" stepKey="navigateToPaymentConfigurationPage"/>
4540
<waitForPageLoad stepKey="waitForSecondStorePageLoad"/>
4641
<actionGroup ref="AdminSwitchSecondStoreViewActionGroup" stepKey="AdminSwitchSecondStoreView">
4742
<argument name="secondStoreView" value="customStoreEN"/>
4843
</actionGroup>
49-
<scrollTo selector="{{CatalogSection.expandedTab}}" stepKey="clickExpandSearchEngineOptimisation"/>
44+
<waitForElementClickable selector="{{CatalogSection.expandedTab}}" stepKey="waitToClickExpandForBankTransferPayment"/>
45+
<click selector="{{CatalogSection.expandedTab}}" stepKey="clickExpandForBankTransferPayment"/>
5046
<uncheckOption selector="{{CatalogSection.productsPerPageOnGridBankTransferPaymentDefaultValueUseConfigCheckbox}}" stepKey="uncheckUseSystemValue"/>
5147
<fillField selector="{{CatalogSection.productsPerPageOnGridAllowedBankTransferPaymentValues}}" userInput="Bank Transfer Payment(Second)" stepKey="fillProductQuantity"/>
5248
<waitForElementClickable selector="{{AdminConfigSection.saveButton}}" stepKey="waitForSaveConfigbtn" />

0 commit comments

Comments
 (0)