AAE-20747 Verify fix

This commit is contained in:
Anna Karwatka
2024-03-11 10:26:08 +01:00
parent 7ed137551c
commit b6f8a22aad
2 changed files with 2 additions and 1 deletions
@@ -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' });