mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ACS-3550 Fixed accessibility issues related with move and copy dialogs (#7961)
* ACS-3550 Fixed accessibility issues related with move and copy dialogs * ACS-3550 Revert changes for button role for cells * ACS-3550 Shorter css rule * ACS-3550 Fixed lint issues * ACS-3550 Changed selector to fix e2e tests
This commit is contained in:
@@ -29,7 +29,7 @@ import { TestElement } from '../../core/public-api';
|
||||
|
||||
export class ContentNodeSelectorDialogPage {
|
||||
dialog = $(`adf-content-node-selector`);
|
||||
header = this.dialog.$(`header[data-automation-id='content-node-selector-title']`);
|
||||
header = this.dialog.$(`h1[data-automation-id='content-node-selector-title']`);
|
||||
searchInputElement = this.dialog.$(`input[data-automation-id='content-node-selector-search-input']`);
|
||||
searchLabel = this.dialog.$('.adf-content-node-selector-content-input .mat-form-field-label');
|
||||
selectedRow = this.dialog.$(`adf-datatable-row[class*="adf-is-selected"]`);
|
||||
|
Reference in New Issue
Block a user