We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3537dc1 commit eabc28bCopy full SHA for eabc28b
src/utils/wait-for-element.ts
@@ -6,6 +6,6 @@ export const waitForElement = <T extends Element>(selector: string): Promise<T>
6
7
clearInterval(interval);
8
resolve(elem);
9
- });
+ }, 100 /* ms */);
10
});
11
};
0 commit comments