File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ Magento Functional Testing Framework Changelog
6
6
### Enhancements
7
7
8
8
* Customizability
9
- * Changed ` <group value="skip"/> ` to no longer skip a test, instead test is added to ` skip ` group.
9
+ * ` <group value="skip"/> ` no longer skips a test. Instead, the test is added to the ` skip ` group.
10
10
* Maintainability
11
- * Trimmed ` mftf.log ` to not include notices and warnings at test execution time.
12
- * Added chrome option ` --ignore-certificate-errors ` in ` functional.suite.dist.yml ` .
11
+ * ` mftf.log ` no longer includes notices and warnings at test execution time.
12
+ * Added the Chrome option ` --ignore-certificate-errors ` to ` functional.suite.dist.yml ` .
13
13
* Traceability
14
- * Changed ` bin/mftf static-checks ` error file directory from current working directory to ` TESTS_BP/tests/_output/static-results/ ` .
14
+ * Changed the ` bin/mftf static-checks ` error file directory from the current working directory to ` TESTS_BP/tests/_output/static-results/ ` .
15
15
* Readability
16
16
* Documented [ 3.0.0 Backward Incompatible Changes.] ( ./docs/backward-incompatible-changes.md )
17
17
18
18
### Fixes
19
19
20
- * Fixed issue with extended data entity won't merge array items.
20
+ * Fixed issue where an extended data entity would not merge array items. Array items should merge properly now .
21
21
22
22
3.0.0 RC3
23
23
---------
You can’t perform that action at this time.
0 commit comments