mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-NO-ISSUE] Changing locators using arial-label (#4180)
This commit is contained in:
committed by
Eugenio Romano
parent
2a2708e5d6
commit
f20a71438c
@@ -20,7 +20,7 @@ import { element, by } from 'protractor';
|
||||
|
||||
export class LockFilePage {
|
||||
|
||||
cancelButton = element(by.css('button[aria-label="Close dialog"]'));
|
||||
cancelButton = element(by.css('button[data-automation-id="lock-dialog-btn-cancel"]'));
|
||||
saveButton = element(by.cssContainingText('button span', 'Save'));
|
||||
lockFileCheckboxText = element(by.cssContainingText('mat-checkbox label span', ' Lock file '));
|
||||
lockFileCheckbox = element(by.css('mat-checkbox[data-automation-id="adf-lock-node-checkbox"]'));
|
||||
|
Reference in New Issue
Block a user