You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/section/locator-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ An element cannot, however, have both a `selector` and a `locatorFunction`.
31
31
Given the above element definitions, you call the elements in a test just like any other element. No special reference is required, as you are still just referring to an `element` inside a `section`:
Copy file name to clipboardExpand all lines: docs/suite.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ You can form suites using separate tests, groups, and modules.
6
6
7
7
Each suite must be defined in the `<VendorName>/<ModuleName>/Test/Mftf/Suite` directory.
8
8
9
-
The tests for each suite are generated in a separate directory under `<magento 2 root>/dev/tests/acceptance/tests/functional/Magento/FunctionalTest/_generated/`.
10
-
All tests that are not within a suite are generated in the _default_ suite at `.../Magento/FunctionalTest/_generated/default/`.
9
+
The tests for each suite are generated in a separate directory under `<magento 2 root>/dev/tests/acceptance/tests/functional/Magento/_generated/`.
10
+
All tests that are not within a suite are generated in the _default_ suite at `<magento 2 root>/dev/tests/acceptance/tests/functional/Magento/_generated/default`.
11
11
12
12
<divclass="bs-callout bs-callout-info">
13
13
If a test is generated into at least one custom suite, it will not appear in the _default_ suite.
@@ -61,7 +61,7 @@ The code lives in one place and executes once per suite.
61
61
62
62
- Set up preconditions and postconditions using [actions] in [`<before>`] and [`<after>`] correspondingly, just similar to use in a [test].
63
63
- Clean up after suites just like after tests.
64
-
The MFTF enforces the presence of both `<before>` and `<after>` if either is present.
64
+
MFTF enforces the presence of both `<before>` and `<after>` if either is present.
65
65
66
66
## Test writing
67
67
@@ -142,7 +142,7 @@ This suite includes all tests that contain the `<group value="WYSIWYG"/>` annota
142
142
### Execute Magento CLI commands in suite conditions
0 commit comments