From 250ec82e2d2e3c57df0be063abb8196eed95e3bd Mon Sep 17 00:00:00 2001 From: Manjusha S Date: Mon, 18 Nov 2024 12:10:05 +0530 Subject: [PATCH] MFTF 3.12.2 Release --- CHANGELOG.md | 7 +++++++ composer.json | 4 ++-- composer.lock | 14 +++++++------- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed09b0ee..5b7dd8816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Magento Functional Testing Framework Changelog ================================================ +3.12.2 +--------- + +### Enhancement +* Lock php-webdriver ~1.12.0 to overcome webdriver exception + + 3.12.1 --------- diff --git a/composer.json b/composer.json index 39e611065..9f37511b2 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.12.1", + "version": "3.12.2", "license": "AGPL-3.0", "keywords": ["magento", "automation", "functional", "testing"], "config": { @@ -29,7 +29,7 @@ "monolog/monolog": "^2.3", "mustache/mustache": "~2.5", "nikic/php-parser": "^4.4", - "php-webdriver/webdriver": "^1.9.0", + "php-webdriver/webdriver": "~1.12.0", "spomky-labs/otphp": "^10.0", "symfony/console": "^5.4", "symfony/dotenv": "^5.4", diff --git a/composer.lock b/composer.lock index cbd5db143..eb2b0c17e 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": "a3525a2cf04b611efad6277c4acfc019", + "content-hash": "a2f039af204f0265321ce6dfd868508b", "packages": [ { "name": "allure-framework/allure-codeception", @@ -2900,16 +2900,16 @@ }, { "name": "php-webdriver/webdriver", - "version": "1.12.0", + "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", - "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb" + "reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/99d4856ed7dffcdf6a52eccd6551e83d8d557ceb", - "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/b27ddf458d273c7d4602106fcaf978aa0b7fe15a", + "reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a", "shasum": "" }, "require": { @@ -2959,9 +2959,9 @@ ], "support": { "issues": "https://github.com/php-webdriver/php-webdriver/issues", - "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.0" + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.1" }, - "time": "2021-10-14T09:30:02+00:00" + "time": "2022-05-03T12:16:34+00:00" }, { "name": "phpdocumentor/reflection-common",