Skip to content

Commit cec0a64

Browse files
committed
MFTF Stability control
1 parent 205aee4 commit cec0a64

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/code/Magento/Paypal/Test/Mftf/ActionGroup/EnablePayPalConfigurationActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<wait time="2" stepKey="waitForPopupToAppear" />
2727
<seeInPopup userInput="There is already another PayPal solution enabled. Enable this solution instead?" stepKey="seeAlertMessage"/>
2828
<acceptPopup stepKey="acceptEnablePopUp"/>
29+
<waitForElementClickable selector="{{AdminConfigSection.saveButton}}" stepKey="waitForSaveConfigClickable" />
2930
<click selector="{{AdminConfigSection.saveButton}}" stepKey="saveConfig"/>
3031
<waitForPageLoad stepKey="waitForPageLoad2"/>
3132
</actionGroup>

app/code/Magento/Paypal/Test/Mftf/Test/AdminConfigPaymentsConflictResolutionForPayPalTest/AdminConfigPaymentsConflictResolutionForPayPalInUnitedKingdomTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>
3030
<magentoCLI command="config:set payment/wps_express/active 0" stepKey="disableWPSExpress"/>
3131
<magentoCLI command="config:set payment/hosted_pro/active 0" stepKey="disableHostedProExpress"/>
32-
<pressKey selector="{{AdminHeaderSection.pageHeading}}" parameterArray="[\Facebook\WebDriver\WebDriverKeys::ESCAPE]" stepKey="pressEscToClosePotentialLeftoverPopups" />
3332
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3433
</after>
3534
<!-- Change Merchant Country -->

0 commit comments

Comments
 (0)