Update testExpect.d.ts (#8923)

This commit is contained in:
Mark Skelton 2021-09-14 14:40:17 -05:00 committed by GitHub
parent afae5bef5d
commit 5f704edc6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ declare global {
/**
* Asserts element's computed CSS property `name` matches expected value.
*/
toHaveCSS(expected: string | RegExp, name: string, options?: { timeout?: number }): Promise<R>;
toHaveCSS(name: string, expected: string | RegExp, options?: { timeout?: number }): Promise<R>;
/**
* Asserts element's `id` attribute matches expected value.