Skip to content

MQE-2217: Part 4 Docs Annual Review #763

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/test/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Here, `url` contains a pointer to a `url` attribute of the `StorefrontCustomerSi
### 2. Enter a customer's email {#example-step2}

```xml
<fillField userInput="$$customer.email$$" selector="{{StorefrontCustomerSignInFormSection.emailField}}" stepKey="fillEmail"/>
<fillField userInput="$customer.email$" selector="{{StorefrontCustomerSignInFormSection.emailField}}" stepKey="fillEmail"/>
```

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

```xml
<fillField userInput="$$customer.password$$" selector="{{StorefrontCustomerSignInFormSection.passwordField}}" stepKey="fillPassword"/>
<fillField userInput="$customer.password$" selector="{{StorefrontCustomerSignInFormSection.passwordField}}" stepKey="fillPassword"/>
```

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

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

### amOnSubdomain
Expand Down
2 changes: 1 addition & 1 deletion docs/test/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Attribute|Type|Use

### severity

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

Attribute|Type|Use|Acceptable values
---|---|---|---
Expand Down
2 changes: 2 additions & 0 deletions docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ This table lists the version of the MFTF that was released with a particular ver

|Magento version| MFTF version|
|--- |--- |
| 2.4.0 | 3.0.0 |
| 2.3.5 | 2.6.4 |
| 2.3.4 | 2.5.3 |
| 2.3.3 | 2.4.5 |
| 2.3.2 | 2.3.14 |
Expand Down