test: fix flaky did-change-theme-color test (#27739)
* test: move did-change-theme-color test to main * test: enable did-change-theme-color test for WOA
This commit is contained in:
parent
0bc782dfe5
commit
399216580d
3 changed files with 27 additions and 12 deletions
|
@ -1383,8 +1383,7 @@ describe('webContents module', () => {
|
|||
}
|
||||
});
|
||||
|
||||
// TODO (jkleinsc) - reenable this test on WOA once https://github.com/electron/electron/issues/26045 is resolved
|
||||
ifdescribe(process.platform !== 'win32' || process.arch !== 'arm64')('did-change-theme-color event', () => {
|
||||
describe('did-change-theme-color event', () => {
|
||||
afterEach(closeAllWindows);
|
||||
it('is triggered with correct theme color', (done) => {
|
||||
const w = new BrowserWindow({ show: true });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue