We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e123818 commit fe6ad91Copy full SHA for fe6ad91
tests/e2e/helpers/utils.ts
@@ -1,5 +1,3 @@
1
import { ClientFunction } from 'testcafe';
2
-import { commonUrl } from './conf';
3
4
export const goBackHistory = ClientFunction(() => window.history.back());
5
-export const openRedisHomePage = ClientFunction(() => window.open(commonUrl, '_blank'));
0 commit comments