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 the Process panel #8375

Merged
merged 3 commits into from
Jan 19, 2018

Conversation

SkorikSergey
Copy link
Contributor

What does this PR do?

This PR adapts selenium tests, that works with the Terminal, after changes in UI by #8329 (CHE6 UI refinements ).

This PR will be merged after #8329.

What issues does this PR fix or reference?

#8369

@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 19, 2018
@@ -92,7 +92,8 @@ private void prepareNewTerminal() {
terminal.waitTerminalIsNotPresent(1);
}

consoles.openNewTerminalIntoProcesses();
consoles.clickOnPlusMenuButton();
consoles.clickOnTerminalItemInContextMenu();
Copy link
Contributor

Choose a reason for hiding this comment

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

let's divide consoles and terminal groups of commands by empty line to improve readability of code

@SkorikSergey SkorikSergey merged commit da3ed3b into master Jan 19, 2018
@SkorikSergey SkorikSergey deleted the adaptSeleniumTestsAccorgingToChanges branch January 19, 2018 14:33
@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 19, 2018
@benoitf benoitf added this to the 6.0.0-M5 milestone Jan 19, 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