fix: handle asynchronous URL loading in bw proxy (#23776)
This commit is contained in:
parent
ca6a415626
commit
f78504515b
3 changed files with 10 additions and 6 deletions
|
@ -4128,7 +4128,7 @@ describe('BrowserWindow module', () => {
|
|||
window.postMessage({openedLocation}, '*')
|
||||
`);
|
||||
const [, data] = await p;
|
||||
expect(data.pageContext.openedLocation).to.equal('');
|
||||
expect(data.pageContext.openedLocation).to.equal('about:blank');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue