Skip to content

Commit eda8252

Browse files
authored
ME-2217: Part 4 Docs Annual Review (magento#763)
1 parent 7b57266 commit eda8252

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/test/actions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Here, `url` contains a pointer to a `url` attribute of the `StorefrontCustomerSi
9595
### 2. Enter a customer's email {#example-step2}
9696

9797
```xml
98-
<fillField userInput="$$customer.email$$" selector="{{StorefrontCustomerSignInFormSection.emailField}}" stepKey="fillEmail"/>
98+
<fillField userInput="$customer.email$" selector="{{StorefrontCustomerSignInFormSection.emailField}}" stepKey="fillEmail"/>
9999
```
100100

101101
[`<fillField>`](#fillfield) fills a text field with the given string.
@@ -122,7 +122,7 @@ This section is declared in `.../Customer/Section/StorefrontCustomerSignInFormSe
122122
### 3. Enter a customer's password {#example-step3}
123123

124124
```xml
125-
<fillField userInput="$$customer.password$$" selector="{{StorefrontCustomerSignInFormSection.passwordField}}" stepKey="fillPassword"/>
125+
<fillField userInput="$customer.password$" selector="{{StorefrontCustomerSignInFormSection.passwordField}}" stepKey="fillPassword"/>
126126
```
127127

128128
This `<action>` is very similar to the `<action>` in a previous step.
@@ -218,7 +218,7 @@ Attribute|Type|Use|Description
218218

219219
```xml
220220
<!-- Open the `(baseURL)/admin` page. -->
221-
<amOnPage url="/admin" stepKey="goToLogoutPage"/>
221+
<amOnPage url="{{AdminLogoutPage.url}}" stepKey="goToLogoutPage"/>
222222
```
223223

224224
### amOnSubdomain

docs/test/annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Attribute|Type|Use
112112

113113
### severity
114114

115-
The `<return>` element is an implementation of a [`@Severity`] Allure tag; Metadata for report.
115+
The `<severity>` element is an implementation of a [`@Severity`] Allure tag; Metadata for report.
116116

117117
Attribute|Type|Use|Acceptable values
118118
---|---|---|---

docs/versioning.md

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ This table lists the version of the MFTF that was released with a particular ver
6161

6262
|Magento version| MFTF version|
6363
|--- |--- |
64+
| 2.4.0 | 3.0.0 |
65+
| 2.3.5 | 2.6.4 |
6466
| 2.3.4 | 2.5.3 |
6567
| 2.3.3 | 2.4.5 |
6668
| 2.3.2 | 2.3.14 |

0 commit comments

Comments
 (0)