test: rerun failed tests individually (#48390)
* 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
f93375d130
commit
2867f505b7
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