mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-7662] attach file modal TabPage selector update - protractor (#7538)
* tab selector update * trigger travis * exclude failing test
This commit is contained in:
@@ -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"]');
|
||||
|
||||
|
Reference in New Issue
Block a user