mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[e2e] fix selectors (#116)
* fix selectors start chrome headless * use case insensitive
This commit is contained in:
committed by
Cilibiu Bogdan
parent
860b637c9c
commit
9681b459f7
@@ -24,8 +24,8 @@ export class CreateOrEditFolderDialog extends Component {
|
||||
root: 'adf-folder-dialog',
|
||||
|
||||
title: '.mat-dialog-title',
|
||||
nameInput: 'input',
|
||||
descriptionTextArea: 'textarea',
|
||||
nameInput: '.mat-input-element[placeholder="Name" i]',
|
||||
descriptionTextArea: '.mat-input-element[placeholder="Description" i]',
|
||||
button: '.mat-dialog-actions button',
|
||||
validationMessage: '.mat-hint span'
|
||||
};
|
||||
|
Reference in New Issue
Block a user