Skip to content

Commit 205aee4

Browse files
committed
MFTF Stability control
1 parent 2929ecd commit 205aee4

6 files changed

+6
-0
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
@@ -23,6 +23,7 @@
2323
<click selector="{{payPalConfigType.configureBtn(countryCode)}}" stepKey="clickWPSExpressConfigureBtn"/>
2424
<waitForElementVisible selector="{{payPalConfigType.enableSolution(countryCode)}}" stepKey="waitForWPSExpressEnable"/>
2525
<selectOption selector="{{payPalConfigType.enableSolution(countryCode)}}" userInput="Yes" stepKey="enableWPSExpressSolution"/>
26+
<wait time="2" stepKey="waitForPopupToAppear" />
2627
<seeInPopup userInput="There is already another PayPal solution enabled. Enable this solution instead?" stepKey="seeAlertMessage"/>
2728
<acceptPopup stepKey="acceptEnablePopUp"/>
2829
<click selector="{{AdminConfigSection.saveButton}}" stepKey="saveConfig"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<description value="A popup should show when enabling different paypal solutions when one is already enabled for merchant country France"/>
1616
<severity value="MAJOR"/>
1717
<testCaseId value="MC-16675"/>
18+
<group value="pr_exclude" />
1819
<group value="paypal"/>
1920
</annotations>
2021
<selectOption selector="{{PaymentsConfigSection.merchantCountry}}" userInput="France" stepKey="setMerchantCountry"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<description value="A popup should show when enabling different paypal solutions when one is already enabled for merchant country Italy"/>
1616
<severity value="MAJOR"/>
1717
<testCaseId value="MC-16677"/>
18+
<group value="pr_exclude" />
1819
<group value="paypal"/>
1920
<group value="cloud"/>
2021
</annotations>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<description value="A popup should show when enabling different paypal solutions when one is already enabled for merchant country Japan"/>
1616
<severity value="MAJOR"/>
1717
<testCaseId value="MC-13146"/>
18+
<group value="pr_exclude" />
1819
<group value="paypal"/>
1920
<group value="cloud"/>
2021
</annotations>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<description value="A popup should show when enabling different paypal solutions when one is already enabled for merchant country Spain"/>
1616
<severity value="MAJOR"/>
1717
<testCaseId value="MC-16678"/>
18+
<group value="pr_exclude" />
1819
<group value="paypal"/>
1920
<group value="cloud"/>
2021
</annotations>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
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" />
3233
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3334
</after>
3435
<!-- Change Merchant Country -->

0 commit comments

Comments
 (0)