mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-02 17:34:51 +00:00
[ACA-1956] Libraries - remove toolbar experimental flag (#764)
* remove experimental flag * e2e
This commit is contained in:
parent
eb034e59a9
commit
0b65ff46a0
@ -92,10 +92,10 @@ describe('Toolbar actions - single selection : ', () => {
|
|||||||
xit('');
|
xit('');
|
||||||
|
|
||||||
describe('General tests', () => {
|
describe('General tests', () => {
|
||||||
it('actions not displayed for top level of File Libraries - [C213135]', async () => {
|
it('actions are displayed for top level of File Libraries - [C213135]', async () => {
|
||||||
await page.clickFileLibrariesAndWait();
|
await page.clickFileLibrariesAndWait();
|
||||||
await dataTable.selectItem(siteName);
|
await dataTable.selectItem(siteName);
|
||||||
expect(await toolbar.isEmpty()).toBe(true, 'toolbar not empty');
|
expect(await toolbar.isEmpty()).toBe(false, 'toolbar not displayed');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('selected row is marked with a check circle icon - [C213134]', async () => {
|
it('selected row is marked with a check circle icon - [C213134]', async () => {
|
||||||
|
@ -7,11 +7,9 @@
|
|||||||
<adf-toolbar class="inline">
|
<adf-toolbar class="inline">
|
||||||
<app-document-display-mode *ifExperimental="'cardview'"></app-document-display-mode>
|
<app-document-display-mode *ifExperimental="'cardview'"></app-document-display-mode>
|
||||||
|
|
||||||
<ng-container *ifExperimental="'extensions'">
|
|
||||||
<ng-container *ngFor="let entry of actions; trackBy: trackByActionId">
|
<ng-container *ngFor="let entry of actions; trackBy: trackByActionId">
|
||||||
<aca-toolbar-action [actionRef]="entry"></aca-toolbar-action>
|
<aca-toolbar-action [actionRef]="entry"></aca-toolbar-action>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</ng-container>
|
|
||||||
</adf-toolbar>
|
</adf-toolbar>
|
||||||
</app-page-layout-header>
|
</app-page-layout-header>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user