Skip to content

Commit 80ecfd4

Browse files
authored
MQE-662: Update changelog
MQE-662: Update changelog - Adding the action group name. - Adding a few periods.
1 parent acb1162 commit 80ecfd4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ Magento Functional Testing Framework Changelog
33

44
2.0.0
55
-----
6-
Changes are compatible with Magento 2.3
6+
Changes are compatible with Magento v2.3
77

88
### Enhancements
99
* Modularity
10-
* Replaced the `<loginAsAdmin>` test action with an action group
11-
* Added the .env file variable `CUSTOM_MODULE_PATHS` which can be used to point to any custom extensions that you may want to write tests against.
10+
* Replaced the `<loginAsAdmin>` test action with the action group `LoginAsAdmin`.
11+
* Added the `.env` file variable `CUSTOM_MODULE_PATHS` which can be used to point to any custom extensions that you may want to write tests against.
1212
* Added the `<page area="..">` property to distinguish between admin and storefront.
13-
* Added support for `SectionName.elementName` references in any `function` attributes
13+
* Added support for `SectionName.elementName` references in any `function` attributes.
1414
* Customizability
15-
* Changed page objects where `area="admin"` to prepend the `MAGENTO_BACKEND_NAME` value from the .env) file
16-
* Added support for HTTP requests that do not require authentication
15+
* Changed page objects where `area="admin"` to prepend the `MAGENTO_BACKEND_NAME` value from the .env file.
16+
* Added support for HTTP requests that do not require authentication.
1717
* Readability
18-
* Renamed `<config>` XML root nodes to match the content they contain, e.g. `<tests>` or `<pages>`
18+
* Renamed `<config>` XML root nodes to match the content they contain, e.g. `<tests>` or `<pages>`.
1919
* Renamed all instances of the word *Cest* with *Test*. The *Cest* name will no longer be used in the MFTF project.
2020
* Maintainability
2121
* Removed the `returnVariable` property from any test actions that return values. Instead, the `stepKey` property will be used as the name of the variable and be referenced as before.
2222

2323
### Fixes
24-
* Fixed the `unselectOption.parameterArray` property to work as expected
25-
* Fixed a crash if you had a system environment variable set with the same name as any variable in the `.env` file
24+
* Fixed the `unselectOption.parameterArray` property to work as expected.
25+
* Fixed a crash if you had a system environment variable set with the same name as any variable in the `.env` file.
2626
* Fixed any actions that refer to *CurrentUrl*, such as `<seeInCurrentUrl>`, to now look at the full webdriver address.
27-
* Fixed the `<waitForPageLoad>` test action to not assume that you always want to dismiss UI notifications
27+
* Fixed the `<waitForPageLoad>` test action to not assume that you always want to dismiss UI notifications.
2828

2929
1.0.0
3030
------

0 commit comments

Comments
 (0)