Skip to content

Commit

Permalink
return typing name of a project
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim committed Jan 11, 2024
1 parent c0af5ea commit f893c9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ suite(`Login to Openshift console and check WebTerminal ${BASE_TEST_CONSTANTS.TE

test('Check WebTerminal with creating new Openshift Project', async function (): Promise<void> {
kubernetesCommandLineToolsExecutor.namespace = testProjectName;
await webTerminal.typeProjectName(testProjectName);
await webTerminal.clickOnStartWebTerminalButton();
await webTerminal.waitTerminalIsStarted();
await webTerminal.typeAndEnterIntoWebTerminal(`oc whoami > ${fileForVerificationTerminalCommands}`);
Expand Down

0 comments on commit f893c9f

Please sign in to comment.