Skip to content

Commit 8d98efa

Browse files
authored
Merge pull request magento#754 from magento/quick-doc-fix
Remove links temporarily
2 parents a1508b6 + 3211363 commit 8d98efa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/backward-incompatible-changes.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We removed support to read test modules from the deprecated path `dev/tests/acce
1515
- Files under test modules `ActionGroup`, `Page`, `Section`, `Test` and `Suite` only support a single entity per file.
1616
- The `file` attribute from `<module>` has been removed from the suite schema. `<module file=""/>` is no longer supported in suites.
1717
- Metadata filename format changed to ***`*Meta.xml`***.
18-
- Only nested assertion syntax will be supported. See the [assertions page](./docs/test/assertions.md) for details. Here is an example of the nested assertion syntax:
18+
- Only nested assertion syntax will be supported. See the [assertions page](test/assertions.md) for details. Here is an example of the nested assertion syntax:
1919
```xml
2020
<assertEquals stepKey="assertAddressOrderPage">
2121
<actualResult type="const">$billingAddressOrderPage</actualResult>
@@ -40,7 +40,7 @@ To run the upgrade tests:
4040

4141
1. Run `bin/mftf reset --hard` to remove old generated configurations.
4242
1. Run `bin/mftf build:project` to generate new configurations.
43-
1. Run `bin/mftf upgrade:tests`. [See command page for details](./docs/commands/mftf.md#upgradetests).
43+
1. Run `bin/mftf upgrade:tests`. [See command page for details](commands/mftf.md#upgradetests).
4444
1. Lastly, try to generate all tests. Tests should all be generated as a result of the upgrades. If not, the most likely issue will be a changed XML schema. Check error messaging and search your codebase for the attributes listed.
4545

4646
## MFTF commands
@@ -57,7 +57,7 @@ To run the upgrade tests:
5757

5858
**Details**:
5959

60-
The `helper` allows test writers to solve advanced requirements beyond what MFTF offers out of the box. See [custom-helpers](./docs/custom-helpers.md) for more information on usage.
60+
The `helper` allows test writers to solve advanced requirements beyond what MFTF offers out of the box. See [custom-helpers](custom-helpers.md) for more information on usage.
6161

6262
Here is an example of using `helper` in place of `executeSelenium` to achieve same workflow.
6363

@@ -95,7 +95,7 @@ New usage:
9595

9696
**Details**:
9797

98-
See the [actions page for details](./docs/test/actions.md#pause). Here is a usage example:
98+
See the [actions page for details](test/actions.md#pause). Here is a usage example:
9999

100100
```xml
101101
<pause stepKey="pauseExecutionKey"/>

0 commit comments

Comments
 (0)