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: change method for expanding test projects in ResolveDependencyAfterRecreateProjectTest test #8851

Merged
merged 2 commits into from
Feb 21, 2018

Conversation

SkorikSergey
Copy link
Contributor

What does this PR do?

This PR changed method for expanding test projects in ResolveDependencyAfterRecreateProjectTest selenium test.

What issues does this PR fix or reference?

#8791

@SkorikSergey SkorikSergey added kind/bug Outline of a bug - must adhere to the bug report template. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. team/che-qe labels Feb 21, 2018
@@ -66,8 +67,8 @@ public void updateDependencyWithInheritTest() throws InterruptedException {
projectExplorer.waitItem(PROJECT_NAME1);
mavenPluginStatusBar.waitClosingInfoPanel();
notificationsPopupPanel.waitProgressPopupPanelClose();
projectExplorer.quickExpandWithJavaScript();
projectExplorer.openItemByPath(PROJECT_NAME1 + PATH_FOR_EXPAND);
projectExplorer.expandPathInProjectExplorer(PROJECT_NAME1 + PATH_FOR_EXPAND);
Copy link
Contributor

Choose a reason for hiding this comment

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

PATH_FOR_EXPAND > PATH_TO_EXPAND

@SkorikSergey SkorikSergey merged commit aee9f62 into master Feb 21, 2018
@SkorikSergey SkorikSergey deleted the fixResolveDependencyAfterRecreateProjectTest branch February 21, 2018 09:58
@SkorikSergey SkorikSergey removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Feb 21, 2018
@benoitf benoitf added this to the 6.2.0 milestone Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants