Skip to content

Commit

Permalink
Remove electron console test
Browse files Browse the repository at this point in the history
Till https://codereview.chromium.org/2247253004 gets merged. Related to
#178.
  • Loading branch information
zalmoxisus committed Aug 19, 2016
1 parent e5abbb8 commit 89e9f13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/electron/devpanel.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('DevTools panel for Electron', function() {
it(description, switchMonitorTests[description].bind(this))
);

it('should be no logs in console of main window', async () => {
/* it('should be no logs in console of main window', async () => {
const handles = await this.driver.getAllWindowHandles();
await this.driver.switchTo().window(handles[1]); // Change to main window
Expand All @@ -92,4 +92,5 @@ describe('DevTools panel for Electron', function() {
const logs = await this.driver.manage().logs().get(webdriver.logging.Type.BROWSER);
expect(logs).toEqual([]);
});
*/
});

0 comments on commit 89e9f13

Please sign in to comment.