[
https://issues.apache.org/jira/browse/METRON-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16545327#comment-16545327
]
ASF GitHub Bot commented on METRON-1651:
----------------------------------------
Github user justinleet commented on a diff in the pull request:
https://github.com/apache/metron/pull/1095#discussion_r202722662
--- Diff:
metron-interface/metron-alerts/e2e/alerts-list/meta-alerts/meta-alert.e2e-spec.ts
---
@@ -137,14 +135,16 @@ describe('Test spec for meta alerts workflow',
function() {
expect(await
metaAlertPage.getAvailableMetaAlerts()).toEqualBcoz('e2e-meta-alert (22)',
'Meta alert should be present');
await metaAlertPage.selectRadio();
await metaAlertPage.addToMetaAlert();
- expect(await tablePage.getCellValue(0, 2, '(22')).toContain('(23)',
'alert count should be incremented');
+ // FIXME: line below will fail because the following:
https://hortonworks.jira.com/browse/BUG-106815
--- End diff --
Can you make this and the other FIXMEs reference the Apache Jira
(https://issues.apache.org/jira/browse/METRON-1654) instead of the Hortonworks
Jira?
> Fixing failing protractor e2e test
> ----------------------------------
>
> Key: METRON-1651
> URL: https://issues.apache.org/jira/browse/METRON-1651
> Project: Metron
> Issue Type: Bug
> Reporter: Tibor Meller
> Priority: Major
> Attachments: e2e-assertion-errors.png
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)