File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed
app/code/Magento/Backup/Test/Mftf Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <entities xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:DataGenerator/etc/dataProfileSchema.xsd" >
11
+ <entity name =" EnableBackupFunctionality" >
12
+ <data key =" path" >system/backup/functionality_enabled</data >
13
+ <data key =" value" >1</data >
14
+ </entity >
15
+ <entity name =" DisableBackupFunctionality" >
16
+ <!-- Magento default value -->
17
+ <data key =" path" >system/backup/functionality_enabled</data >
18
+ <data key =" value" >0</data >
19
+ </entity >
20
+ </entities >
Original file line number Diff line number Diff line change 17
17
<severity value =" CRITICAL" />
18
18
<testCaseId value =" MAGETWO-94176" />
19
19
<group value =" backup" />
20
- <skip >
21
- <issueId value =" MC-5807" />
22
- </skip >
23
20
</annotations >
21
+ <before >
22
+ <magentoCLI command =" config:set {{EnableBackupFunctionality.path}} {{EnableBackupFunctionality.value}}" stepKey =" setEnableBackup" />
23
+ </before >
24
+ <after >
25
+ <magentoCLI command =" config:set {{DisableBackupFunctionality.path}} {{DisableBackupFunctionality.value}}" stepKey =" setDisableBackup" />
26
+ </after >
24
27
25
28
<!-- Login to admin area-->
26
29
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
You can’t perform that action at this time.
0 commit comments