File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -405,11 +405,6 @@ expectType<void>(wd.scrollPageToTop());
405405
406406expectType < void > ( wd . scrollPageToBottom ( ) ) ;
407407
408- expectError ( wd . setGeoLocation ( ) ) ;
409- expectError ( wd . setGeoLocation ( num ) ) ;
410- expectType < void > ( wd . setGeoLocation ( num , num ) ) ;
411- expectType < void > ( wd . setGeoLocation ( num , num , num ) ) ;
412-
413408expectError ( wd . dontSeeCookie ( ) ) ;
414409expectType < void > ( wd . dontSeeCookie ( str ) ) ;
415410
@@ -480,8 +475,6 @@ psp.then(
480475 } ,
481476) ;
482477
483- expectType < Promise < { latitude : number ; longitude : number ; altitude : number ; } > > ( wd . grabGeoLocation ( ) ) ;
484-
485478expectError ( wd . grabElementBoundingRect ( ) ) ;
486479//expectType<Promise<number>>(wd.grabElementBoundingRect('h3'));
487480//expectType<Promise<number>>(wd.grabElementBoundingRect('h3', 'width'));
You can’t perform that action at this time.
0 commit comments