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

Update RenameProjectTest selenium test #7291

Merged
merged 4 commits into from
Nov 10, 2017
Merged

Conversation

SkorikSergey
Copy link
Contributor

@SkorikSergey SkorikSergey commented Nov 9, 2017

We need update RenameProjectTest selenium test:

  1. Cover use case described in issue A project has a simple folder type after renaming #6352 (project has a simple folder type after renaming) to ensure that functionality works properly.
  2. Check that the Rename Project form is opened by Shift+F6 keys, the project context menu and from the main menu.

What issues does this PR fix or reference?

#7290

Sergey Skorik and others added 3 commits November 7, 2017 14:22
@SkorikSergey SkorikSergey added kind/task Internal things, technical debt, and to-do tasks to be performed. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. labels Nov 9, 2017
import org.eclipse.che.selenium.pageobject.ProjectExplorer;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;

/** @author Andrey Chizhikov */
public class RenameProjectTest {
private static final String PROJECT_NAME = RenameProjectTest.class.getSimpleName();
private static final String NEW_PROJECT_NAME = "new-name-project";
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 use "new-" prefix here in new project name to have more information on screenshot in case of failure.

@SkorikSergey SkorikSergey merged commit 70a24a9 into master Nov 10, 2017
@benoitf benoitf added this to the 5.21.0 milestone Nov 10, 2017
@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 Nov 10, 2017
@SkorikSergey SkorikSergey deleted the reworkRenameProjectTest branch November 10, 2017 11:02
@SkorikSergey
Copy link
Contributor Author

Pull request for che6 branch merged #7300.

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.

None yet

4 participants