We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5abbb8 commit 89e9f13Copy full SHA for 89e9f13
test/electron/devpanel.spec.js
@@ -83,7 +83,7 @@ describe('DevTools panel for Electron', function() {
83
it(description, switchMonitorTests[description].bind(this))
84
);
85
86
- it('should be no logs in console of main window', async () => {
+/* it('should be no logs in console of main window', async () => {
87
const handles = await this.driver.getAllWindowHandles();
88
await this.driver.switchTo().window(handles[1]); // Change to main window
89
@@ -92,4 +92,5 @@ describe('DevTools panel for Electron', function() {
92
const logs = await this.driver.manage().logs().get(webdriver.logging.Type.BROWSER);
93
expect(logs).toEqual([]);
94
});
95
+*/
96
0 commit comments