File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Config/Test/Mftf/Section/CatalogSection Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 32
32
<element name =" dateAndTimeCustomOptions" type =" select" selector =" #catalog_custom_options-head" />
33
33
<element name =" CheckIfTabExpandForDateAndTimeCustomOptions" type =" button" selector =" #catalog_custom_options-head:not(.open)" />
34
34
<element name =" expandedTab" type =" button" selector =" //a[@id='payment_us_banktransfer-head']" />
35
+ <element name =" paymentInformation" type =" button" selector =" //*[contains(text(), 'Shipping Method')]" />
35
36
</section >
36
37
</sections >
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 >
39
44
<amOnPage url =" {{AdminConfigPaymentMethodsPage.url}}" stepKey =" navigateToPaymentConfigurationPage" />
40
45
<waitForPageLoad stepKey =" waitForSecondStorePageLoad" />
41
46
<actionGroup ref =" AdminSwitchSecondStoreViewActionGroup" stepKey =" AdminSwitchSecondStoreView" >
66
71
</actionGroup >
67
72
<actionGroup ref =" AdminClickInvoiceButtonOrderViewActionGroup" stepKey =" clickInvoiceButton" />
68
73
<actionGroup ref =" AdminInvoiceClickSubmitActionGroup" stepKey =" clickSubmitInvoice" />
74
+ <scrollTo selector =" {{CatalogSection.paymentInformation}}" stepKey =" scrollToPaymentAndShippingInformation" />
69
75
<waitForText selector =" {{AdminOrderPaymentInformationSection.paymentMethod}}" userInput =" Bank Transfer Payment(Second)" stepKey =" seePaymentMethodName" />
70
76
<click selector =" {{AdminOrderDetailsMainActionsSection.ship}}" stepKey =" clickShipAction" />
71
77
<click selector =" {{AdminShipmentMainActionsSection.submitShipment}}" stepKey =" clickSubmitShipment" />
72
- <scrollTo selector =" {{CatalogSection.paymentInformation}}" stepKey =" scrollToPaymentAndShippingInformation " />
78
+ <scrollTo selector =" {{CatalogSection.paymentInformation}}" stepKey =" scrollToPaymentAndShippingInformation1 " />
73
79
<waitForText selector =" {{AdminOrderPaymentInformationSection.paymentMethod}}" userInput =" Bank Transfer Payment(Second)" stepKey =" seePaymentMethodName2" />
74
80
<actionGroup ref =" AdminStartToCreateCreditMemoFromOrderPageActionGroup" stepKey =" startCreatingCreditMemo" />
75
81
<actionGroup ref =" SubmitCreditMemoActionGroup" stepKey =" submitCreditMemo" />
You can’t perform that action at this time.
0 commit comments