Skip to content

Commit 0f2deb9

Browse files
committed
fix
1 parent 98b2bae commit 0f2deb9

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
1.01 MB
Binary file not shown.
-446 KB
Binary file not shown.
-386 KB
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ 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', 'tutorialTest.zip');
13-
const tutorialName = 'tutorialTest';
12+
const filePath = path.join('..', '..', '..', 'test-data', 'upload-tutorials', 'testTutorials.zip');
13+
const tutorialName = 'testTutorials';
1414
const tutorialName2 = 'tutorialTestByLink';
1515
const link = 'https://drive.google.com/uc?id=1puRUoT8HmyZCekkeWNxBzXe_48TzXcJc&export=download';
1616
let folder1 = 'folder-1';

0 commit comments

Comments
 (0)