Skip to content

Commit 46007ce

Browse files
authored
Update wait-for-element.d.ts
1 parent 678f4da commit 46007ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/wait-for-element.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { waitForOptions } from "wait-for";
1+
import { waitForOptions } from "./wait-for";
22

33
export function waitForElement<T>(callback: () => T, options?: waitForOptions): Promise<T>;

0 commit comments

Comments
 (0)