chore: modify cspell config and fix all typos (#6908)

This commit is contained in:
Jesse Mazzella
2023-08-10 09:20:16 -07:00
committed by GitHub
parent 9be9c5e28e
commit 10f3e13e4d
71 changed files with 141 additions and 218 deletions

View File

@@ -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
}
);
});