mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4208] Make the pipeline green again (#4419)
* [ADF-4209] Fix Core tests * [ADF-4209] Fix Core tests * [ADF-4218] Fix Insight tests * Fix process-services-cloud tests
This commit is contained in:
committed by
Eugenio Romano
parent
117170a433
commit
4feb8c3f95
@@ -21,9 +21,8 @@ import { element, by, protractor } from 'protractor';
|
||||
export class AnalyticsPage {
|
||||
|
||||
toolbarTitleInput = element(by.css('input[data-automation-id="reportName"]'));
|
||||
toolbarTitleContainer = element(by.css('div[class="adf-report-title ng-star-inserted"]'));
|
||||
toolbarTitleContainer = element(by.css('adf-toolbar-title'));
|
||||
toolbarTitle = element(by.xpath('//mat-toolbar/adf-toolbar-title/div/h4'));
|
||||
reportContainer = element(by.css('div[class="adf-report-report-container"]'));
|
||||
reportMessage = element(by.css('div[class="ng-star-inserted"] span'));
|
||||
|
||||
getReport(title) {
|
||||
@@ -33,7 +32,6 @@ export class AnalyticsPage {
|
||||
}
|
||||
|
||||
changeReportTitle(title) {
|
||||
Util.waitUntilElementIsVisible(this.reportContainer);
|
||||
Util.waitUntilElementIsVisible(this.toolbarTitleContainer);
|
||||
Util.waitUntilElementIsClickable(this.toolbarTitleContainer);
|
||||
this.toolbarTitleContainer.click();
|
||||
|
Reference in New Issue
Block a user