Skip to content

Commit 73b49e8

Browse files
committed
MQE-1963: Update XSD Schema to verify that file has only single entity
- CR Fixes
1 parent 6cb588f commit 73b49e8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Magento Functional Testing Framework Changelog
66
* Run `bin/mftf reset --hard` to remove old generated configurations.
77
* Run `bin/mftf build:project` to generate new configurations.
88
* Run `bin/mftf upgrade:tests`. [See command page for details](./docs/commands/mftf.md#upgradetests).
9-
* After running the above command, you will need to manually update some tests:
9+
* After running the above command, some tests may need manually updates:
1010
* Remove all occurrences of `<executeInSelenium>` and `<performOn>`
1111
* Remove all occurrences of `<module file=""/>` from any `<suite>`s
12-
* Ensure all `<assert*>` actions in your tests do not have invalid schema
12+
* Ensure all `<assert*>` actions in your tests have a valid schema.
1313
* Lastly, try to generate all tests. Tests should all be generated as a result of the upgrades.
14-
If not, the most likely issue will be changed XML schema. You will need to check error messaging and search your codebase for the attributes listed.
14+
* If not, the most likely issue will be a changed XML schema. Check error messaging and search your codebase for the attributes listed.
1515

1616
2.6.3
1717
-----

docs/commands/mftf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Otherwise, it will apply all the major version MFTF upgrade scripts to all insta
479479

480480
**Note**:
481481

482-
The upgrade scripts are meant to be used for Test Modules under source code control. However, if you have old version of test modules under `vendor`, those test modules will get upgraded.
482+
The upgrade scripts are meant to be used for Test Modules under source code control. If you have old versions of test modules under vendor, those test modules will get upgraded
483483

484484
#### Usage
485485

docs/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ codeception.dist.yml // Codeception configuration (generated while ru
107107
The MFTF supports three different locations for storing the tests and test artifacts:
108108
- `<magento_root>/app/code/<vendor_name>/<module_name>/Test/Mftf/` is the directory to create new tests.
109109
- `<magento_root>/vendor/<vendor_name>/<module_name>/Test/Mftf/` is the directory with the out of the box tests (fetched by the Composer).
110-
- `<magento_root>/dev/tests/acceptance/tests/functional/<vendor_name>/<module_name>/` is the directory to create new tests that depends on more than one Magento modules.
110+
- `<magento_root>/dev/tests/acceptance/tests/functional/<vendor_name>/<module_name>/` is used to store tests that depend on multiple modules.
111111

112112
All tests and test data from these locations are merged in the order indicated in the above list.
113113

114-
The directories immediately follow above three paths use the same format and further sub-directories under each category are supported.
114+
Directories immediately following the above paths will use the same format, and sub-directories under each category are supported.
115115

116116
```tree
117117
<Path>

0 commit comments

Comments
 (0)