test: rerun failed tests individually (#48387)
* test: rerun failed tests individually * rerun test up to 3 times * test: fixup navigationHistory flake (cherry picked from commit fa6431c368918f7439705558f6d2e08875ac4ad5)
This commit is contained in:
parent
3179f61bc1
commit
2982cd77f0
5 changed files with 182 additions and 14 deletions
|
@ -901,7 +901,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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue