Adam Pierzchała

Results 4 issues of Adam Pierzchała

Hi, I believe controller-as rule should not fail on following code: ``` $scope.on('myEvent', handleEvent); ``` I'm not setting properties on `$scope`, I'm calling its function.

This option will fail a test if any uncaught error is thrown asynchronously. It won't fail always (that's why there is no test for it), because some simple tests will...

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)...

Example: run `mvn test` in JUnitParams project with following configuration: ``` org.apache.maven.plugins maven-surefire-plugin 2.18.1 filesystem classesAndMethods false 16 false 0 0 0 true **/SubclassTest.java **/Samples_* ``` This should give total...

bug
help wanted