mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-14699] Improved unit test description (#8625)
This commit is contained in:
@@ -509,7 +509,7 @@ describe('CardViewTextItemComponent', () => {
|
||||
expect(cardViewUpdateService.update).toHaveBeenCalledWith(property, 'updated-value');
|
||||
});
|
||||
|
||||
it('should trigger the update event if the editedValue is NOT invalid', async () => {
|
||||
it('should trigger the update event if the editedValue is NOT valid', async () => {
|
||||
const cardViewUpdateService = TestBed.inject(CardViewUpdateService);
|
||||
spyOn(cardViewUpdateService, 'update');
|
||||
component.property.isValid = () => false;
|
||||
|
Reference in New Issue
Block a user