From 0fbef41e2c751d6c8df2200238542aabd2b6a943 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 27 May 2016 13:31:19 +0100 Subject: [PATCH] Emit automation ids for document list cells --- .../src/components/document-list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.html b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.html index 5316d1e561..4e63edd0d3 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.html +++ b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.html @@ -38,7 +38,8 @@ + (click)="onItemClick(content, $event)" + [attr.data-automation-id]="col.source === '$thumbnail' ? '$thumbnail' : getObjectValue(content.entry, col.source)">
{{folderIcon || 'folder_open'}}