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:
John Kleinschmidt 2025-09-27 13:32:10 -04:00 committed by GitHub
commit 2982cd77f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 182 additions and 14 deletions

View file

@ -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 () => {