File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
app/code/Magento/Paypal/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 36
36
</actionGroup >
37
37
<magentoCLI command =" config:set {{enabledBankTransferPaymentOrder.label}} {{enabledBankTransferPaymentOrder.value}}" stepKey =" enableBankTransfer" />
38
38
</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 >
44
39
<amOnPage url =" {{AdminConfigPaymentMethodsPage.url}}" stepKey =" navigateToPaymentConfigurationPage" />
45
40
<waitForPageLoad stepKey =" waitForSecondStorePageLoad" />
46
41
<actionGroup ref =" AdminSwitchSecondStoreViewActionGroup" stepKey =" AdminSwitchSecondStoreView" >
47
42
<argument name =" secondStoreView" value =" customStoreEN" />
48
43
</actionGroup >
49
- <scrollTo selector =" {{CatalogSection.expandedTab}}" stepKey =" clickExpandSearchEngineOptimisation" />
44
+ <waitForElementClickable selector =" {{CatalogSection.expandedTab}}" stepKey =" waitToClickExpandForBankTransferPayment" />
45
+ <click selector =" {{CatalogSection.expandedTab}}" stepKey =" clickExpandForBankTransferPayment" />
50
46
<uncheckOption selector =" {{CatalogSection.productsPerPageOnGridBankTransferPaymentDefaultValueUseConfigCheckbox}}" stepKey =" uncheckUseSystemValue" />
51
47
<fillField selector =" {{CatalogSection.productsPerPageOnGridAllowedBankTransferPaymentValues}}" userInput =" Bank Transfer Payment(Second)" stepKey =" fillProductQuantity" />
52
48
<waitForElementClickable selector =" {{AdminConfigSection.saveButton}}" stepKey =" waitForSaveConfigbtn" />
You can’t perform that action at this time.
0 commit comments