Skip to content

Commit 4b3cd0f

Browse files
committed
MQE-1963: Update XSD Schema to verify that file has only single entity
- DevDocs update
1 parent 5e9359d commit 4b3cd0f

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Use a lower case first letter for:
113113
## Page object
114114

115115
1. One `<page>` tag is allowed per page XML file.
116-
2. Use [parameterized selectors] for constructing a selector when test specific or runtime generated information is needed.
116+
2. Use [parameterized selectors] for constructing a selector when test-specific or runtime-generated information is needed.
117117
Do not use them for static elements.
118118

119119
<span class="color:red">

docs/commands/mftf.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ vendor/bin/mftf build:project
2828
vendor/bin/mftf build:project --upgrade
2929
```
3030

31-
Upgrades the all installed MFTF tests after the MFTF major upgrade.
31+
Upgrades all installed MFTF tests after a major MFTF upgrade.
3232

3333
### Generate all tests
3434

@@ -506,8 +506,8 @@ vendor/bin/mftf static-checks testDependencies actionGroupArguments
506506

507507
### `upgrade:tests`
508508

509-
When path argument is specified, this command will apply all the MFTF major version upgrade scripts to test components in the given path (`test.xml`, `data.xml`, etc);
510-
otherwise it will apply all the MFTF major version upgrade scripts to all installed test components.
509+
When the path argument is specified, this command applies all the major version MFTF upgrade scripts to the test components in the given path (test.xml, data.xml, etc).
510+
Otherwise, it will apply all the major version MFTF upgrade scripts to all installed test components.
511511

512512
#### Usage
513513

@@ -520,7 +520,7 @@ The command searches recursively for any `*.xml` files to upgrade.
520520

521521
#### Examples
522522

523-
To upgrade all installed MFTF tests
523+
To upgrade all installed MFTF tests:
524524

525525
```bash
526526
vendor/bin/mftf upgrade:tests

docs/section.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ The following conventions apply to MFTF sections:
4848
- `*Section.xml` is stored in the _Section_ directory of a module.
4949
- The name format is `{Admin|Storefront}{SectionDescription}Section.xml`.
5050
- Camel case is used for `<section>` elements.
51-
They describe the function of the element rather than attempting to describe the selector used.
5251
- One `<section>` tag is allowed per section XML file.
5352

5453
## Example

0 commit comments

Comments
 (0)