diff --git a/webapp/src/widgets/propertyMenu.test.tsx b/webapp/src/widgets/propertyMenu.test.tsx index 897bec4b6..b7936cfbf 100644 --- a/webapp/src/widgets/propertyMenu.test.tsx +++ b/webapp/src/widgets/propertyMenu.test.tsx @@ -15,7 +15,7 @@ describe('widgets/PropertyMenu', () => { document.execCommand = jest.fn() }) - test('should trigger callback when type change', () => { + test('should display the type of property', () => { const rootPortalDiv = document.createElement('div') rootPortalDiv.id = 'root-portal' const callback = jest.fn()