Skip to content

Commit 8cd844f

Browse files
committed
fix ts issue
1 parent d079e2e commit 8cd844f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/tests/web/regression/database/github.e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { DatabaseHelper } from '../../../../helpers/database';
33
import { BrowserPage, MyRedisDatabasePage } from '../../../../pageObjects';
44
import { commonUrl, ossStandaloneConfig } from '../../../../helpers/conf';
55
import { DatabaseAPIRequests } from '../../../../helpers/api/api-database';
6+
import { Common } from '../../../../helpers/common';
67

78
const myRedisDatabasePage = new MyRedisDatabasePage();
89
const databaseHelper = new DatabaseHelper();

0 commit comments

Comments
 (0)