Fix the test name

This commit is contained in:
Renjith 2021-03-19 07:52:40 -05:00
parent 8b499f9035
commit 4430f9d4fc

View File

@ -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()