Skip to content

Commit f330581

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
resolved conflicts
2 parents 95f5fde + daf9970 commit f330581

File tree

9 files changed

+467
-11
lines changed

9 files changed

+467
-11
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ dev/tests/functional.suite.yml
2222
/v2/
2323
dev/.credentials.example
2424
dev/tests/.phpunit.result.cache
25-
dev/tests/verification/TestModule/Test/testFile.xml
25+
dev/tests/verification/TestModule/Test/testFile.xml

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
3.11.1
5+
---------
6+
7+
### Fixes
8+
9+
* Removed environment variable MAGENTO_ADMIN_PASSWORD
10+
* Fixed WaitForElementClickable action cannot be used more than once
11+
412
3.11.0
513
---------
614
### Enhancements
@@ -12,6 +20,7 @@ Magento Functional Testing Framework Changelog
1220

1321
* Fixed incorrect MFTF test dependencies path
1422
* Removed PHP 7.3 build check from MFTF PR build as PHP 7.3 is no longer supported
23+
* Fixed fatal error when running generate:tests --config parallel -g
1524

1625

1726
3.10.3

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "3.11.0",
5+
"version": "3.11.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -22,7 +22,7 @@
2222
"codeception/module-asserts": "^1.1",
2323
"codeception/module-sequence": "^1.0",
2424
"codeception/module-webdriver": "^1.0",
25-
"composer/composer": "^2.0, !=2.2.16",
25+
"composer/composer": "^1.9 || ^2.0, !=2.2.16",
2626
"csharpru/vault-php": "^4.2.1",
2727
"guzzlehttp/guzzle": "^7.3.0",
2828
"laminas/laminas-diactoros": "^2.8",

Diff for: composer.lock

-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)