test: migrate to helpers & disabled tests list (#37513)
* test: migrate to helpers & disabled tests list * can't disable a test suite * correct condition * address review comments
This commit is contained in:
parent
58f3c0ee37
commit
b8a21dbcd7
20 changed files with 95 additions and 117 deletions
|
@ -185,9 +185,8 @@ describe('webFrameMain module', () => {
|
|||
});
|
||||
|
||||
describe('WebFrame.visibilityState', () => {
|
||||
// TODO(MarshallOfSound): Fix flaky test
|
||||
// @flaky-test
|
||||
it.skip('should match window state', async () => {
|
||||
// DISABLED-FIXME(MarshallOfSound): Fix flaky test
|
||||
it('should match window state', async () => {
|
||||
const w = new BrowserWindow({ show: true });
|
||||
await w.loadURL('about:blank');
|
||||
const webFrame = w.webContents.mainFrame;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue