Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/803
I am consistently getting these e2e test failures:
```
1) meta-alerts workflow should have all the steps for meta alerts workflow
- Error: Timeout - Async callback was not invoked within timeout
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
- Error: Timeout - Async callback was not invoked within timeout
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
2) metron-alerts alert status should change alert statuses
- Expected 'RESOLVE' to equal 'OPEN'.
- Expected 'NEW' to equal 'OPEN'.
- Expected 'RESOLVE' to equal 'DISMISS'.
- Expected 'NEW' to equal 'DISMISS'.
- Expected 'RESOLVE' to equal 'ESCALATE'.
- Expected 'NEW' to equal 'ESCALATE'.
- Expected 'NEW' to equal 'RESOLVE'.
3) metron-alerts alert status should add comments for table view
- Error: Timeout - Async callback was not invoked within timeout
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
- Error: Timeout - Async callback was not invoked within timeout
specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
4) metron-alerts alert status should add comments for tree view
- Failed: unknown error: Element <i..._ngcontent-c7=""
aria-expanded="false" class="down-arrow" data-animation="false"
data-placement="left" data-toggle="tooltip" title="Open Group" href="#body-0"
aria-controls="body-0"> </i> is not clickable at point (2485, 311). Other
element would receive the click: <textarea..._ngcontent-c11=""
class="form-control ng-valid ng-dirty ng-touched" ng-reflect-model="This is a
sample comment"> </textarea>
(Session info: chrome=61.0.3163.100)
(Driver info: chromedriver=2.33.506106
(8a06c39c4582fbfbab6966dbb1c38a9173bfb1a2),platform=Mac OS X 10.11.6 x86_64)
```
Not sure if 3) and 4) are cascading errors caused by previous errors. I
suspect 2) was introduced by https://github.com/apache/metron/pull/796.
---