Skip to content

Selenium: cover workspace creation from Python stack by selenium test#10057

Merged
SkorikSergey merged 3 commits intomasterfrom
coverWorkspaceCreationFromPythonStackTest
Jun 15, 2018
Merged

Selenium: cover workspace creation from Python stack by selenium test#10057
SkorikSergey merged 3 commits intomasterfrom
coverWorkspaceCreationFromPythonStackTest

Conversation

@SkorikSergey
Copy link
Copy Markdown
Contributor

What does this PR do?

This PR creates CreateWorkspaceFromPythonStackTest selenium test that cover workspace creation from the Python stack.

What issues does this PR fix or reference?

#10056

Release Notes

Docs PR

@SkorikSergey SkorikSergey added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. kind/task Internal things, technical debt, and to-do tasks to be performed. team/che-qe labels Jun 15, 2018
@SkorikSergey SkorikSergey requested a review from vparfonov as a code owner June 15, 2018 09:21
}

private void switchToIdeAndWaitWorkspaceIsReadyToUse() {
// switch to the IDE and wait for workspace is ready to use
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's useless comment because it completely duplicates name of test

}

private void waitProjectInitialization(String projectName) {
// wait for projects initialization
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's useless comment because it completely duplicates name of test

projectExplorer.openItemByPath(projectName + "/" + fileName);
editor.waitTabIsPresent(fileName);

// check a language sever initialized
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sever > server

@SkorikSergey SkorikSergey merged commit 69395eb into master Jun 15, 2018
@SkorikSergey SkorikSergey deleted the coverWorkspaceCreationFromPythonStackTest branch June 15, 2018 11:54
@benoitf benoitf added this to the 6.7.0 milestone Jun 15, 2018
@benoitf benoitf removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/task Internal things, technical debt, and to-do tasks to be performed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants