diff --git a/package.json b/package.json index f1d3a1e8ec7..4a9c0d43702 100644 --- a/package.json +++ b/package.json @@ -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/" @@ -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", diff --git a/test/server/chrome-provider-config-test.js b/test/server/chrome-provider-config-test.js index a9bc85824d3..5796496749b 100644 --- a/test/server/chrome-provider-config-test.js +++ b/test/server/chrome-provider-config-test.js @@ -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;