File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ declare module 'ember-cli-page-object' {
2424 export function hasClass ( className : string , scope ?: string , options ?: FindOptions ) : GetterDescriptor < boolean > ;
2525 export function notHasClass ( className : string , scope ?: string , options ?: FindOptions ) : GetterDescriptor < boolean > ;
2626 export function contains ( scope ?: string , options ?: FindOptions ) : ( text : string ) => GetterDescriptor < boolean > ;
27- export function count ( scope ?: string , options ?: FindOptions ) : ( ) => GetterDescriptor < boolean > ;
27+ export function count ( scope ?: string , options ?: FindOptions ) : GetterDescriptor < number > ;
2828
2929 // Actions
3030 export function clickable ( scope ?: string , userOptions ?: FindOptions ) : MethodDescriptor < < T > ( this : T ) => T > ;
You can’t perform that action at this time.
0 commit comments