revert test/chromium/chromium.spec.js

This commit is contained in:
Yury Semikhatsky 2019-12-18 12:21:08 -08:00
parent 52777c4888
commit 4ebfd782c8

View file

@ -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() { describe('Target', function() {
it('Chromium.targets should return all of the targets', async({page, server, browser}) => { 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 // The pages will be the testing page and the original newtab page