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 }) => {
|
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.acaHeader.viewButton.click();
|
||||||
await personalFiles.dataTable.spinnerWaitForReload();
|
await personalFiles.dataTable.spinnerWaitForReload();
|
||||||
expect(await personalFiles.viewer.isViewerOpened(), 'Viewer is not opened').toBe(true);
|
expect(await personalFiles.viewer.isViewerOpened(), 'Viewer is not opened').toBe(true);
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
acaContextActions
|
acaContextActions
|
||||||
[display]="documentDisplayMode$ | async"
|
[display]="documentDisplayMode$ | async"
|
||||||
[selectionMode]="'multiple'"
|
[selectionMode]="'multiple'"
|
||||||
[multiselect]="true"
|
[multiselect]="false"
|
||||||
[currentFolderId]="node?.id"
|
[currentFolderId]="node?.id"
|
||||||
[loading]="true"
|
[loading]="true"
|
||||||
[showHeader]="showHeader"
|
[showHeader]="showHeader"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
[display]="documentDisplayMode$ | async"
|
[display]="documentDisplayMode$ | async"
|
||||||
[currentFolderId]="'-trashcan-'"
|
[currentFolderId]="'-trashcan-'"
|
||||||
[selectionMode]="'multiple'"
|
[selectionMode]="'multiple'"
|
||||||
[multiselect]="true"
|
[multiselect]="false"
|
||||||
[navigate]="false"
|
[navigate]="false"
|
||||||
[sortingMode]="'client'"
|
[sortingMode]="'client'"
|
||||||
[imageResolver]="imageResolver"
|
[imageResolver]="imageResolver"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user