From 4ebfd782c8126c05a6f88693d0f84e0a688c36af Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 18 Dec 2019 12:21:08 -0800 Subject: [PATCH] revert test/chromium/chromium.spec.js --- test/chromium/chromium.spec.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/chromium/chromium.spec.js b/test/chromium/chromium.spec.js index 934496a3dd..0459f583a1 100644 --- a/test/chromium/chromium.spec.js +++ b/test/chromium/chromium.spec.js @@ -36,15 +36,6 @@ module.exports.addTests = function({testRunner, expect, playwright, FFOX, CHROME }); }); - describe('Browser.process', function() { - fit('should not return child_process for remote browser', async function({browser}) { - const browserWSEndpoint = browser.chromium.wsEndpoint(); - const remoteBrowser = await playwright.connect({browserWSEndpoint}); - expect(remoteBrowser.process()).toBe(null); - remoteBrowser.disconnect(); - }); - }); - describe('Target', function() { it('Chromium.targets should return all of the targets', async({page, server, browser}) => { // The pages will be the testing page and the original newtab page