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

Change locators in DasboardWorkspace page object #6723

Merged
merged 1 commit into from
Oct 13, 2017

Conversation

SkorikSergey
Copy link
Contributor

What does this PR do?

We need:

@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. team/production labels Oct 13, 2017
@@ -99,7 +99,7 @@ public String getName() {
"//div[contains(@class,'che-toolbar')]//span[contains(text(),'%s')]";
String WORKSPACES_LIST = "//ng-transclude[@class='che-list-content']";
String WORKSPACE_ITEM_NAME =
"//div[contains(@class, 'che-list-item-name')]/span[contains(text(),'%s')]";
"//div[contains(@class, 'workspace-name-clip')]//div[contains(@data-str, '%s')]";
Copy link
Contributor

Choose a reason for hiding this comment

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

It may be reasonable to use debug-id here instead of xpath,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It will be done by #6686.

@@ -116,7 +116,7 @@ public String getName() {
String RUN_WORKSPACE_BTN = "//button/span[text()='Run']";
String STOP_WORKSPACE_BTN = "//button/span[contains(text(),'Stop')]";
String DELETE_WORKSPACE_BTN = "//button/span[text()='Delete']";
String STATE_WORKSPACE = "//span[contains(@class, '%s')]";
String STATE_WORKSPACE = "//div[contains(@class, 'workspace-status')]/span[text()='%s']";
Copy link
Contributor

Choose a reason for hiding this comment

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

It may be reasonable to use debug-id here instead of xpath,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It will be done by #6686.

@SkorikSergey SkorikSergey merged commit 76cdcee into master Oct 13, 2017
@SkorikSergey SkorikSergey deleted the fixDashboardWorkspacePageObject branch October 13, 2017 12:39
@benoitf benoitf added this to the 5.19.0 milestone Oct 13, 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 Oct 13, 2017
@codenvy-ci
Copy link

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.

6 participants