File tree 1 file changed +1
-6
lines changed
frontend/packages/webterminal-plugin/integration-tests/support/step-definitions/common
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
import { Given , When , Then , And } from 'cypress-cucumber-preprocessor/steps' ;
2
2
import { guidedTour } from '@console/cypress-integration-tests/views/guided-tour' ;
3
3
import { switchPerspective } from '@console/dev-console/integration-tests/support/constants' ;
4
- import { devNavigationMenuPO } from '@console/dev-console/integration-tests/support/pageObjects' ;
5
- import { adminNavigationMenuPO } from '@console/dev-console/integration-tests/support/pageObjects' ;
6
- import {
7
- perspective ,
8
- projectNameSpace ,
9
- } from '@console/dev-console/integration-tests/support/pages' ;
4
+ import { perspective } from '@console/dev-console/integration-tests/support/pages' ;
10
5
import { checkDeveloperPerspective } from '@console/dev-console/integration-tests/support/pages/functions/checkDeveloperPerspective' ;
11
6
import { checkTerminalIcon } from '@console/dev-console/integration-tests/support/pages/functions/checkTerminalIcon' ;
12
7
import { webTerminalPage } from '@console/webterminal-plugin/integration-tests/support/step-definitions/pages/web-terminal/webTerminal-page' ;
You can’t perform that action at this time.
0 commit comments