You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- 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.-->
Copy file name to clipboardExpand all lines: app/code/Magento/Shipping/Test/Mftf/Test/AdminCheckInputFieldsDisabledAfterAppConfigDumpTest.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,14 @@
13
13
<featuresvalue="Configuration"/>
14
14
<storiesvalue="Disable configuration inputs"/>
15
15
<titlevalue="Check that all input fields disabled after executing CLI app:config:dump"/>
16
-
<descriptionvalue="Check that all input fields disabled after executing CLI app:config:dump"/>
16
+
<descriptionvalue="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."/>
17
17
<severityvalue="MAJOR"/>
18
18
<testCaseIdvalue="MC-11158"/>
19
19
<useCaseIdvalue="MAGETWO-96428"/>
20
20
<groupvalue="configuration"/>
21
21
</annotations>
22
22
<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.-->
0 commit comments