mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-17 18:26:17 +02:00
Fix the test name
This commit is contained in:
parent
8b499f9035
commit
4430f9d4fc
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user