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: Apply expand project tree by native clicks in the selenium tests related with bug "#7161" for increase stability #8797

Merged
merged 2 commits into from
Feb 15, 2018

Conversation

Ohrimenko1988
Copy link
Contributor

What does this PR do?

Apply expand project tree by native clicks in the selenium tests related with bug #7161 for increase stability

What issues does this PR fix or reference?

Issue: #8793
Issue: #8527

Release Notes

Docs PR

@eclipsewebmaster
Copy link
Contributor

Issue tracker reference:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=7161

@Ohrimenko1988 Ohrimenko1988 changed the title Selenium: Apply expand project tree by native clicks in the selenium tests related with bug #7161 for increase stability Selenium: Apply expand project tree by native clicks in the selenium tests related with bug "#7161" for increase stability Feb 15, 2018
projectExplorer.expandPathInProjectExplorerAndOpenFile(
PATH_FOR_EXPAND_APP_CLASS, APP_CLASS_NAME + ".java");

projectExplorer.openItemByPath(PROJECT + "/model");
Copy link
Contributor

@dmytro-ndp dmytro-ndp Feb 15, 2018

Choose a reason for hiding this comment

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

We can replace sequence of commands openItemByPath() calls by one command expandPathInProjectExplorerAndOpenFile(PROJECT + "/model/src/main/java/multimodule/model/", BOOK_IMPL_CLASS_NAME + ".java"). So, what is the propose of this sequence?

@Ohrimenko1988 Ohrimenko1988 merged commit b594c11 into master Feb 15, 2018
@Ohrimenko1988 Ohrimenko1988 deleted the selen-native-expand branch February 15, 2018 15:44
@benoitf benoitf added this to the 6.2.0 milestone Feb 23, 2018
@benoitf benoitf added the kind/task Internal things, technical debt, and to-do tasks to be performed. label Feb 23, 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.

5 participants