Skip to content

Commit

Permalink
MFTF Stability control
Browse files Browse the repository at this point in the history
  • Loading branch information
okolesnyk committed May 11, 2023
1 parent 205aee4 commit cec0a64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<wait time="2" stepKey="waitForPopupToAppear" />
<seeInPopup userInput="There is already another PayPal solution enabled. Enable this solution instead?" stepKey="seeAlertMessage"/>
<acceptPopup stepKey="acceptEnablePopUp"/>
<waitForElementClickable selector="{{AdminConfigSection.saveButton}}" stepKey="waitForSaveConfigClickable" />
<click selector="{{AdminConfigSection.saveButton}}" stepKey="saveConfig"/>
<waitForPageLoad stepKey="waitForPageLoad2"/>
</actionGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>
<magentoCLI command="config:set payment/wps_express/active 0" stepKey="disableWPSExpress"/>
<magentoCLI command="config:set payment/hosted_pro/active 0" stepKey="disableHostedProExpress"/>
<pressKey selector="{{AdminHeaderSection.pageHeading}}" parameterArray="[\Facebook\WebDriver\WebDriverKeys::ESCAPE]" stepKey="pressEscToClosePotentialLeftoverPopups" />
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
</after>
<!-- Change Merchant Country -->
Expand Down

0 comments on commit cec0a64

Please sign in to comment.