From fbf4962e4baf25fb7de605b1266a1a5d15971b49 Mon Sep 17 00:00:00 2001 From: Soumya Unnikrishnan Date: Mon, 15 Jun 2020 13:34:57 -0500 Subject: [PATCH 1/2] MQE-2180: CHANGELOG.MD and Composer version bump --- CHANGELOG.md | 13 +++++++++++++ composer.json | 2 +- composer.lock | 5 +++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6b83810..039b9f8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ Magento Functional Testing Framework Changelog ================================================ +3.0.0 RC5 +--------- + +### Enhancements + +* Readability + * Removed blacklist/whitelist terminologies in MFTF. + +### Fixes + +* Fixed javascript error seen on chrome 81 for dragAndDrop action. +* Fixed allure issue when `WebDriverCurlException` is encountered in `afterStep`. + 3.0.0 RC4 --------- diff --git a/composer.json b/composer.json index c94ca7e0a..ea1d6b800 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/magento2-functional-testing-framework", "description": "Magento2 Functional Testing Framework", "type": "library", - "version": "3.0.0-RC4", + "version": "3.0.0-RC5", "license": "AGPL-3.0", "keywords": ["magento", "automation", "functional", "testing"], "config": { diff --git a/composer.lock b/composer.lock index f98e1db13..b9707723b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "98d36dbb7c244643cd4f2bd83fa391d6", + "content-hash": "79415f9a24ebaf47d34ea227fc07e142", "packages": [ { "name": "allure-framework/allure-codeception", @@ -6798,5 +6798,6 @@ "ext-json": "*", "ext-openssl": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" } From ec10708b28613a92fae8df8124bcc90b1552c7dc Mon Sep 17 00:00:00 2001 From: Soumya Unnikrishnan Date: Mon, 15 Jun 2020 14:39:58 -0500 Subject: [PATCH 2/2] MQE-2180: CHANGELOG.MD and Composer version bump --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 039b9f8e0..2401d413f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Magento Functional Testing Framework Changelog ### Enhancements * Readability - * Removed blacklist/whitelist terminologies in MFTF. + * Removed blacklist/whitelist terminology in MFTF. ### Fixes