Skip to content

Commit

Permalink
release: v1.17.0 (DevExpress#6666)
Browse files Browse the repository at this point in the history
* release: v1.17.0

* test: js page errors skipped for a test with a third party url

* release: fixed the release date
  • Loading branch information
Farfurix committed Nov 2, 2021
1 parent 902a4f3 commit 08833c1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .publishrc
Expand Up @@ -8,7 +8,7 @@
"gitTag": true
},
"confirm": false,
"publishTag": "rc",
"publishTag": "latest",
"prePublishScript": "gulp test-server",
"postPublishScript": "gulp docker-publish"
}
8 changes: 4 additions & 4 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## v1.17.0 (2021-11-01)
## v1.17.0 (2021-11-02)

### Enhancements

Expand Down Expand Up @@ -44,9 +44,9 @@ testcafe chrome my-tests --run-execution-timeout 180000

### Bug Fixes

- TestCafe does not switch back to a tested web page if a button click opens a new window to download a file ([#6242](https://github.com/DevExpress/testcafe/issues/6242)).
- Fixed the "This socket has been ended by the other party" error ([#6558](https://github.com/DevExpress/testcafe/issues/6558)).
- TestCafe incorrectly handles rewritten uninitialized iframes ([testcafe-hammerhead/#2694](https://github.com/DevExpress/testcafe-hammerhead/issues/2694), [testcafe-hammerhead/#2693](https://github.com/DevExpress/testcafe-hammerhead/issues/2693)).
- TestCafe does not switch back to a tested web page if a button click opens a new window to download a file ([#6242](https://github.com/DevExpress/testcafe/issues/6242)).
- Fixed the "This socket has been ended by the other party" error ([#6558](https://github.com/DevExpress/testcafe/issues/6558)).
- TestCafe incorrectly handles rewritten uninitialized iframes ([testcafe-hammerhead/#2694](https://github.com/DevExpress/testcafe-hammerhead/issues/2694), [testcafe-hammerhead/#2693](https://github.com/DevExpress/testcafe-hammerhead/issues/2693)).

## v1.16.1 (2021-10-05)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "testcafe",
"description": "Automated browser testing for the modern web development stack.",
"license": "MIT",
"version": "1.17.0-rc.1",
"version": "1.17.0",
"author": {
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
Expand Down
Expand Up @@ -12,6 +12,6 @@ describe('[Raw API] Execute expression action', function () {
});

it("Shouldn't lose context in nested functions with Selector", function () {
return runTests('./testcafe-fixtures/shared-context.testcafe', "Don't lose context in nested functions");
return runTests('./testcafe-fixtures/shared-context.testcafe', "Don't lose context in nested functions", { skipJsErrors: true });
});
});

0 comments on commit 08833c1

Please sign in to comment.