Skip to content

Commit

Permalink
[AAE-7662] attach file modal TabPage selector update - protractor (#7538
Browse files Browse the repository at this point in the history
)

* tab selector update

* trigger travis

* exclude failing test
  • Loading branch information
rafalszmit authored Mar 3, 2022
1 parent 5aa70e1 commit 75f7360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion e2e/protractor.excludes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"C260192": "https://alfresco.atlassian.net/browse/ADF-5470",
"C260193": "https://alfresco.atlassian.net/browse/ADF-5470",
"C216426": "https://alfresco.atlassian.net/browse/ADF-5470",
"C362241": "https://alfresco.atlassian.net/browse/ADF-5470"
"C362241": "https://alfresco.atlassian.net/browse/ADF-5470",
"C260517": "https://alfresco.atlassian.net/browse/AAE-7705"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { BrowserActions, BrowserVisibility } from '../../../utils/public-api';

export class TabPage {

changeTabAnimation = $('div[class="mat-ripple-element"]');
changeTabAnimation = $('.mat-tab-labels div[class="mat-ripple-element"]');

public disabledContentNodeSelectorTabInfoIcon = TestElement.byCss('[data-automation-id="adf-content-node-selector-disabled-tab-info-icon"]');

Expand Down

0 comments on commit 75f7360

Please sign in to comment.