mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Add retries to onRender test
I've seen this flaky locally and in CI
This commit is contained in:
@@ -356,7 +356,8 @@ describe('API Integration Tests', function(): void {
|
||||
await pollFor(page, `window.callCount`, 2);
|
||||
});
|
||||
|
||||
it('onRender', async () => {
|
||||
it('onRender', async function (): Promise<void> {
|
||||
this.retries(3);
|
||||
await openTerminal();
|
||||
await timeout(20); // Ensure all init events are fired
|
||||
await page.evaluate(`
|
||||
|
||||
Reference in New Issue
Block a user