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 bf61cf9 commit dda7d0dCopy full SHA for dda7d0d
test/e2e/common.ts
@@ -66,6 +66,7 @@ export const expectedElement = async (
66
text?: string | RegExp,
67
timeout = 2000,
68
): Promise<ElementHandle> =>
69
+ // @ts-expect-error see #598
70
(await expect(page).toMatchElement(selector, {text, timeout})) as any;
71
72
export const expectProperty = async (
0 commit comments