angular-test-runner icon indicating copy to clipboard operation
angular-test-runner copied to clipboard

$el.size is not a function

Open apierzch opened this issue 8 years ago • 0 comments

When using:

type('first').in('.filter-values__search')

I'm getting:

Chrome 58.0.3029 (Linux 0.0.0) test FAILED
                TypeError: $el.size is not a function
                    at eval (webpack:///../~/angular-test-runner/angular-test-runner.js?:34195:21)
                    at eval (webpack:///../~/angular-test-runner/angular-test-runner.js?:34276:7)
                    at execute (webpack:///../~/angular-test-runner/angular-test-runner.js?:34421:20)
                    at Object.perform (webpack:///../~/angular-test-runner/angular-test-runner.js?:34446:9)
                    at Object.eval (webpack:///./shared/statistics-filters/statistics-filters-values.spec.js?:77:18)

With webpack-based setup (not sure if related)

apierzch avatar Jul 21 '17 13:07 apierzch