mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
test: fixup navigationHistory flake
This commit is contained in:
@@ -919,7 +919,7 @@ describe('webContents module', () => {
|
||||
return w.webContents.navigationHistory.restore({ index: 2, entries });
|
||||
});
|
||||
|
||||
expect(formValue).to.equal('Hi!');
|
||||
await waitUntil(() => formValue === 'Hi!');
|
||||
});
|
||||
|
||||
it('should handle invalid base64 pageState', async () => {
|
||||
|
||||
Reference in New Issue
Block a user