test(columnDesc): create column description simple test

This commit is contained in:
Camille
2023-02-06 18:19:16 +01:00
parent bd9c9aa8f9
commit e46b93d57f
2 changed files with 44 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ export function buildDescriptionConfig(
await origColumn.description.saveOnly(elem.value);
editedDescription.set('');
}),
testId('column-description'),
)
),