mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-20747 Verify fix
This commit is contained in:
@@ -66,7 +66,7 @@ test.describe('People component stories tests', () => {
|
||||
await expect(peopleComponent.listbox.allOptions).not.toContainText(expectedExcludedUsers);
|
||||
});
|
||||
|
||||
test('No Users', async ({ processServicesCloud, peopleComponent }) => {
|
||||
test('No Users - change for testing', async ({ processServicesCloud, peopleComponent }) => {
|
||||
const expectedInformation = 'No user found with the username user';
|
||||
|
||||
await processServicesCloud.navigateTo({moduleNames:['people-cloud'], componentName: 'people-cloud', story: 'no-users' });
|
||||
|
||||
+1
@@ -27,6 +27,7 @@
|
||||
|
||||
<ng-template #withoutForm>
|
||||
<mat-card class="adf-task-form-container">
|
||||
<h1>test</h1>
|
||||
<mat-card-header *ngIf="showTitle">
|
||||
<mat-card-title>
|
||||
<h4>
|
||||
|
||||
Reference in New Issue
Block a user