We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dec4d commit b061ffaCopy full SHA for b061ffa
tests/e2e/specs/miscellaneous/WorkspaceWithParent.spec.ts
@@ -25,7 +25,6 @@ import { ITestWorkspaceUtil } from '../../utils/workspace/ITestWorkspaceUtil';
25
import { DriverHelper } from '../../utils/DriverHelper';
26
import { TIMEOUT_CONSTANTS } from '../../constants/TIMEOUT_CONSTANTS';
27
import { FACTORY_TEST_CONSTANTS } from '../../constants/FACTORY_TEST_CONSTANTS';
28
-import { CreateWorkspace } from '../../pageobjects/dashboard/CreateWorkspace';
29
30
suite(`Workspace using a parent test suite ${BASE_TEST_CONSTANTS.TEST_ENVIRONMENT}`, function (): void {
31
const projectAndFileTests: ProjectAndFileTests = e2eContainer.get(CLASSES.ProjectAndFileTests);
0 commit comments