Skip to content

Commit 9416142

Browse files
committed
MQE-1529: Add release to CHANGELOG.MD
- CR fixes
1 parent 8053e58 commit 9416142

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Magento Functional Testing Framework Changelog
55
-----
66
### Enhancements
77
* Maintainability
8-
* Added new `mftf static-checks` command to run existing static checks against the attached test codebase
8+
* Added new `mftf static-checks` command to run new static checks against the attached test codebase
99
* See DevDocs for details
1010
* Added new `mftf generate:docs` command that generates documentation about attached test codebase
1111
* See DevDocs for details
@@ -14,16 +14,18 @@ Magento Functional Testing Framework Changelog
1414

1515
### Fixes
1616
* Fixed an issue where `magentoCli` would treat `argument="0"` as a null value.
17-
* Fixed an issue where `amOnPage` and `waitForPwaElementVisible` would not utilize the `timeout` attribute correctly.
17+
* Fixed an issue where `amOnPage` and `waitForPwaElementVisible` would not utilize the `timeout` attribute correctly when MagentoPwaWebDriver is enabled.
1818
* Fixed an issue where invalid XML characters would cause Allure to throw an exception without a resulting report.
1919
* Fixed `codeception.dist.yml` configuration for keeping previous test run results.
20-
* PHP Notices are no longer thrown then XML is missing non-necessary attributes.
20+
* PHP Notices are no longer thrown when XML is missing non-necessary attributes.
2121
* Removed unusable `fillSecretField` action from schema.
2222

2323
### GitHub Issues/Pull requests:
2424
* [#338](https://github.com/magento/magento2-functional-testing-framework/pull/338) -- Return exit codes of process started by 'run:test', 'run:group' or 'run:failed' command
2525
* [#333](https://github.com/magento/magento2-functional-testing-framework/pull/333) -- Added Nginx specific settings to getting started doc
26+
* [#332](https://github.com/magento/magento2-functional-testing-framework/pull/332) -- executeInSelenium action does not generate proper code
2627
* [#318](https://github.com/magento/magento2-functional-testing-framework/pull/318) -- Reduce cyclomatic complexity in Problem Methods
28+
* [#287](https://github.com/magento/magento2-functional-testing-framework/pull/287) -- Update requirements to include php7.3 support
2729

2830
2.3.14
2931
-----

0 commit comments

Comments
 (0)