Skip to content

Commit 36a82c0

Browse files
committed
fix9
1 parent ca87f12 commit 36a82c0

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
1.44 MB
Binary file not shown.
-435 KB
Binary file not shown.

tests/e2e/tests/regression/workbench/import-tutorials.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { deleteStandaloneDatabaseApi } from '../../../helpers/api/api-database';
99

1010
const myRedisDatabasePage = new MyRedisDatabasePage();
1111
const workbenchPage = new WorkbenchPage();
12-
const filePath = path.join('..', '..', '..', 'test-data', 'upload-tutorials', 'customTutorials.zip');
12+
const filePath = path.join('..', '..', '..', 'test-data', 'upload-tutorials', 'customTutorials');
1313
const tutorialName = 'customTutorials';
1414
const tutorialName2 = 'tutorialTestByLink';
1515
const link = 'https://drive.google.com/uc?id=1puRUoT8HmyZCekkeWNxBzXe_48TzXcJc&export=download';

0 commit comments

Comments
 (0)