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 678f4da commit 46007ceCopy full SHA for 46007ce
types/wait-for-element.d.ts
@@ -1,3 +1,3 @@
1
-import { waitForOptions } from "wait-for";
+import { waitForOptions } from "./wait-for";
2
3
export function waitForElement<T>(callback: () => T, options?: waitForOptions): Promise<T>;
0 commit comments