[ 
https://issues.apache.org/jira/browse/METRON-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16470475#comment-16470475
 ] 

ASF GitHub Bot commented on METRON-1489:
----------------------------------------

Github user nickwallen commented on a diff in the pull request:

    https://github.com/apache/metron/pull/1004#discussion_r187350891
  
    --- Diff: 
metron-interface/metron-alerts/e2e/alerts-list/tree-view/tree-view.po.ts ---
    @@ -97,21 +155,24 @@ export class TreeViewPage {
       expandSubGroupByPosition(groupName: string, rowName: string, position: 
number) {
         let subGroupElement = element.all(by.css('[data-name="' + groupName + 
'"] tr[data-name="' + rowName + '"]')).get(position);
         return waitForElementVisibility(subGroupElement)
    -    .then(() => browser.actions().mouseMove(subGroupElement).perform())
    -    .then(() => subGroupElement.click());
    +    .then(() => 
scrollIntoView(subGroupElement.element(by.css('.fa-caret-right')), true))
    +    .then(() => subGroupElement.click())
    +    .then(() => 
waitForElementVisibility(subGroupElement.element(by.css('.fa-caret-down'))));
       }
     
    -  getDashGroupTableValuesForRow(name: string, rowId: number) {
    -    this.scrollToDashRow(name);
    -    return waitForElementPresence(element(by.css('[data-name="' + name + 
'"] table tbody tr'))).then(() => {
    -      return element.all(by.css('[data-name="' + name + '"] table tbody 
tr')).get(rowId).all(by.css('td')).getText();
    -    });
    -  }
    +  // getDashGroupTableValuesForRow(name: string, rowId: number) {
    --- End diff --
    
    There are still blocks of code commented out that need cleaned up.  Maybe 
you didn't push some additional commits out?


> Retrofit UI tests to run reliably during nightly QE runs
> --------------------------------------------------------
>
>                 Key: METRON-1489
>                 URL: https://issues.apache.org/jira/browse/METRON-1489
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Daniel Toth
>            Assignee: Daniel Toth
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to