[AAE-7662] attach file modal TabPage selector update - protractor (#7538)

* tab selector update

* trigger travis

* exclude failing test
This commit is contained in:
rafalszmit
2022-03-03 18:26:48 +01:00
committed by GitHub
parent 5aa70e146c
commit 75f7360a35
2 changed files with 3 additions and 2 deletions

View File

@@ -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"]');