Skip to content

Commit 2746837

Browse files
authored
Merge branch 'develop' into MQE-1800
2 parents ace52b8 + 9e14ab4 commit 2746837

File tree

3 files changed

+362
-3
lines changed

3 files changed

+362
-3
lines changed

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
Magento Functional Testing Framework Changelog
22
================================================
3+
3.1.1
4+
---------
5+
6+
* Traceability
7+
* Removed `travis.yml` and replaced with `.github/workflows/main.yml`
8+
9+
### Fixes
10+
Fixed issue with XPath locators for waits in MagentoPwaWebDriver.
11+
312
3.1.0
4-
________
13+
---------
514

615
### Enhancements
716

Diff for: composer.json

+1-1
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.1.0",
5+
"version": "3.1.1",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {

0 commit comments

Comments
 (0)