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:
@@ -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"
|
||||
}
|
||||
|
@@ -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