Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenium: adapt selenium tests according to changes in a workspace creation flow #8349

Merged
merged 2 commits into from
Jan 18, 2018

Conversation

SkorikSergey
Copy link
Contributor

@SkorikSergey SkorikSergey commented Jan 18, 2018

What does this PR do?

This PR adapts selenium tests, that create a new workspace from the Dashboard, after changing a workspace creation flow by #8338.

This PR will be merged after #8338.

What issues does this PR fix or reference?

#8348

@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/production labels Jan 18, 2018
@@ -181,7 +182,7 @@ public void clickOnSaveChangesBtn() {
}

public void clickOnCancelChangesBtn() {
loader.waitOnClosed();
WaitUtils.sleepQuietly(3);
Copy link
Contributor

Choose a reason for hiding this comment

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

Please, comment sleep here and why we need exact 3 seconds.

.click();
}

public void clickOnCreateButtonAndStartWorkspace() {
Copy link
Contributor

@dmytro-ndp dmytro-ndp Jan 18, 2018

Choose a reason for hiding this comment

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

According to the commands inside, the method name should be "clickOnCreateButtonAndOpenInIDE"

@SkorikSergey SkorikSergey merged commit 688c4fd into master Jan 18, 2018
@SkorikSergey SkorikSergey deleted the reworkTestsAccorgingToCHE-8338 branch January 18, 2018 15:22
@benoitf benoitf added this to the 6.0.0-M5 milestone Jan 18, 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 Jan 18, 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