chore: modify cspell config and fix all typos (#6908)
This commit is contained in:
@@ -48,12 +48,12 @@ test.describe('ExportAsJSON', () => {
|
||||
test.fixme('Verify that a nested Object can be exported as JSON', async ({ page }) => {
|
||||
// Create 2 objects with hierarchy
|
||||
// Export as JSON
|
||||
// Verify Hiearchy
|
||||
// Verify Hierarchy
|
||||
});
|
||||
test.fixme(
|
||||
'Verify that the ExportAsJSON dropdown does not appear for the item X',
|
||||
async ({ page }) => {
|
||||
// Other than non-persistible objects
|
||||
// Other than non-persistable objects
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
@@ -48,7 +48,7 @@ test.describe('ExportAsJSON', () => {
|
||||
test.fixme(
|
||||
'Verify that the ImportAsJSON dropdown does not appear for the item X',
|
||||
async ({ page }) => {
|
||||
// Other than non-persistible objects
|
||||
// Other than non-persistable objects
|
||||
}
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user