Skip to content

Commit 9939109

Browse files
committed
feat: initial e2e setup with first test implemented
1 parent ba40d4e commit 9939109

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/e2e/specs/loadMlAssets.spec.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ import { sideBarViewUtils } from '../src/utils/SideBarViewUtils.js'
55
import crypto from 'node:crypto';
66
import { pathUtils } from '../src/utils/pathUtils.js';
77

8-
8+
/**
9+
* Asset Explorer Tests:
10+
*/
911
describe('Asset Explorer Tetsts', () => {
1012

1113
let cloudinarySDK = new CloudinarySDK();
@@ -22,7 +24,6 @@ describe('Asset Explorer Tetsts', () => {
2224
});
2325

2426
/**
25-
* Asset Explorer:
2627
* Validates that the title and content of the Cloudinary media library are loaded correctly.
2728
*/
2829
it('should load cloudinary media library', async () => {

0 commit comments

Comments
 (0)