From 4430f9d4fc96b69b7be75ec3eac2e1b6bc2685c4 Mon Sep 17 00:00:00 2001 From: Renjith Date: Fri, 19 Mar 2021 07:52:40 -0500 Subject: [PATCH] Fix the test name --- webapp/src/widgets/propertyMenu.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()