Skip to content

Commit d8a15b9

Browse files
committed
MC-25172: [MFTF] AppConfigDumpSuite Does Not Clean Up in After Steps Which Breaks CLI Configuration Steps In Tests That Run Later in Execution
1 parent a92dee7 commit d8a15b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/Config/Test/Mftf/Suite/AppConfigDumpSuite.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
99
<suite name="AppConfigDumpSuite">
1010
<before>
11+
<!-- Command app:config:dump is not reversible and magento instance stays configuration read only after this test. You need to restore etc/env.php manually to make magento configuration writable again.-->
1112
<magentoCLI command="app:config:dump" stepKey="configDump"/>
1213
</before>
1314
<after>

app/code/Magento/Shipping/Test/Mftf/Test/AdminCheckInputFieldsDisabledAfterAppConfigDumpTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
<features value="Configuration"/>
1414
<stories value="Disable configuration inputs"/>
1515
<title value="Check that all input fields disabled after executing CLI app:config:dump"/>
16-
<description value="Check that all input fields disabled after executing CLI app:config:dump"/>
16+
<description value="Check that all input fields disabled after executing CLI app:config:dump. Command app:config:dump is not reversible and magento instance stays configuration read only after this test. You need to restore etc/env.php manually to make magento configuration writable again."/>
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-11158"/>
1919
<useCaseId value="MAGETWO-96428"/>
2020
<group value="configuration"/>
2121
</annotations>
2222
<before>
23+
<!-- Command app:config:dump is not reversible and magento instance stays configuration read only after this test. You need to restore etc/env.php manually to make magento configuration writable again.-->
2324
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2425
</before>
2526
<after>

0 commit comments

Comments
 (0)