mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACS-5638] hide checkboxes in file lists (#3357)
* ACS-5638 hide checkboxes in file lists * ACS-5838 change C279270 test not to use multiselect related function
This commit is contained in:
parent
fdc19aee44
commit
4019508f0f
@ -54,7 +54,7 @@ test.describe('viewer file', () => {
|
||||
});
|
||||
|
||||
test('[C279270] Viewer opens when clicking the View action for a file', async ({ personalFiles }) => {
|
||||
await personalFiles.dataTable.selectItem(randomDocxName);
|
||||
await personalFiles.dataTable.getRowByName(randomDocxName).click();
|
||||
await personalFiles.acaHeader.viewButton.click();
|
||||
await personalFiles.dataTable.spinnerWaitForReload();
|
||||
expect(await personalFiles.viewer.isViewerOpened(), 'Viewer is not opened').toBe(true);
|
||||
|
@ -22,7 +22,7 @@
|
||||
acaContextActions
|
||||
[display]="documentDisplayMode$ | async"
|
||||
[selectionMode]="'multiple'"
|
||||
[multiselect]="true"
|
||||
[multiselect]="false"
|
||||
[currentFolderId]="node?.id"
|
||||
[loading]="true"
|
||||
[showHeader]="showHeader"
|
||||
|
@ -18,7 +18,7 @@
|
||||
[display]="documentDisplayMode$ | async"
|
||||
[currentFolderId]="'-trashcan-'"
|
||||
[selectionMode]="'multiple'"
|
||||
[multiselect]="true"
|
||||
[multiselect]="false"
|
||||
[navigate]="false"
|
||||
[sortingMode]="'client'"
|
||||
[imageResolver]="imageResolver"
|
||||
|
Loading…
x
Reference in New Issue
Block a user