mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
fix e2e test
This commit is contained in:
@@ -20,9 +20,9 @@ import Util = require('../../../util/util');
|
||||
|
||||
export class ShareDialog {
|
||||
|
||||
dialogTitle = element(by.id('adf-share-dialog-title'));
|
||||
dialogTitle = element(by.css('[data-automation-id="adf-share-dialog-title"]'));
|
||||
shareToggle = element(by.id('adf-share-toggle'));
|
||||
shareLink = element(by.id('adf-share-link'));
|
||||
shareLink = element(by.css('[data-automation-id="adf-share-link"'));
|
||||
closeButton = element(by.css('button[class="mat-button mat-primary"]'));
|
||||
|
||||
checkDialogIsDisplayed() {
|
||||
|
Reference in New Issue
Block a user