Skip to content

Commit

Permalink
release: publish v2.3.0-rc.2, updated HH (#7472)
Browse files Browse the repository at this point in the history
<!--
Thank you for your contribution.

Before making a PR, please read our contributing guidelines at

https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution

We recommend creating a *draft* PR, so that you can mark it as 'ready
for review' when you are done.
-->

## Purpose
_Describe the problem you want to address or the feature you want to
implement._

## Approach
_Describe how your changes address the issue or implement the desired
functionality in as much detail as possible._

## References
_Provide a link to the existing issue(s), if any._

## Pre-Merge TODO
- [ ] Write tests for your proposed changes
- [ ] Make sure that existing tests do not fail
  • Loading branch information
Aleksey28 authored Jan 24, 2023
1 parent a6fa7b8 commit 15f9d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "testcafe",
"description": "Automated browser testing for the modern web development stack.",
"license": "MIT",
"version": "2.3.0-rc.1",
"version": "2.3.0-rc.2",
"author": {
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
Expand Down Expand Up @@ -142,7 +142,7 @@
"source-map-support": "^0.5.16",
"strip-bom": "^2.0.0",
"testcafe-browser-tools": "2.0.23",
"testcafe-hammerhead": "28.2.7",
"testcafe-hammerhead": "28.2.8",
"testcafe-legacy-api": "5.1.6",
"testcafe-reporter-dashboard": "^0.2.10",
"testcafe-reporter-json": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test/server/chrome-provider-config-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const getChromeConfig = require('../../lib/browser/provider/built-in/dedicated/c

describe('Chrome provider config parser', function () {
it('Should parse options and arguments', function () {
const config = getChromeConfig('/chrome/path/with\\::headless:emulation:device=iPhone 4;cdpPort=9222 --arg1 --arg2');
const config = getChromeConfig('/chrome/path/with\\::headless:emulation:device=Apple iPhone 4;cdpPort=9222 --arg1 --arg2');

expect(config.path).to.equal('/chrome/path/with:');
expect(config.userProfile).to.be.false;
Expand Down

0 comments on commit 15f9d4f

Please sign in to comment.