mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix responsiveness issues for empty screen (#4389)
* fix responsiveness issues for empty screen * fix test * fix test
This commit is contained in:
committed by
Eugenio Romano
parent
fc2132e248
commit
94cd14bf71
@@ -22,7 +22,7 @@ import { element, by } from 'protractor';
|
||||
export class ProcessListCloudComponent {
|
||||
|
||||
processList = element(by.css('adf-cloud-process-list'));
|
||||
noProcessFound = element.all(by.css("p[class='adf-empty-content__title']")).first();
|
||||
noProcessFound = element.all(by.css("div[class='adf-empty-content__title']")).first();
|
||||
|
||||
dataTable = new DataTableComponentPage(this.processList);
|
||||
|
||||
|
Reference in New Issue
Block a user