diff --git a/typings/tests/helpers/WebDriverIO.types.ts b/typings/tests/helpers/WebDriverIO.types.ts index 137f55e7e..449d2dafc 100644 --- a/typings/tests/helpers/WebDriverIO.types.ts +++ b/typings/tests/helpers/WebDriverIO.types.ts @@ -405,11 +405,6 @@ expectType(wd.scrollPageToTop()); expectType(wd.scrollPageToBottom()); -expectError(wd.setGeoLocation()); -expectError(wd.setGeoLocation(num)); -expectType(wd.setGeoLocation(num, num)); -expectType(wd.setGeoLocation(num, num, num)); - expectError(wd.dontSeeCookie()); expectType(wd.dontSeeCookie(str)); @@ -480,8 +475,6 @@ psp.then( }, ); -expectType>(wd.grabGeoLocation()); - expectError(wd.grabElementBoundingRect()); //expectType>(wd.grabElementBoundingRect('h3')); //expectType>(wd.grabElementBoundingRect('h3', 'width'));