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 locator for documentation link on the Dashboard #8443

Merged
merged 3 commits into from
Jan 25, 2018

Conversation

SkorikSergey
Copy link
Contributor

What does this PR do?

This PR fixes locator for documentation link on the Dashboard.
selection_141

@SkorikSergey SkorikSergey added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. team/production labels Jan 25, 2018
@@ -49,7 +49,7 @@ public Workspaces(SeleniumWebDriver seleniumWebDriver, Dashboard dashboard) {

private interface Locators {
String TOOLBAR = "Workspaces";
String DOCUMENTATION_LINK = "//a[@ng-href='/docs/devops/intro/index.html']";
String DOCUMENTATION_LINK = "//a[@ng-href='/docs/what_are_workspaces.html']";
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 rewrite the test not to depend on value of documentation link.

@SkorikSergey SkorikSergey merged commit f9bad97 into master Jan 25, 2018
@SkorikSergey SkorikSergey deleted the fixWorkspacesListTest branch January 25, 2018 10:02
@benoitf benoitf added this to the 6.0.0-M5 milestone Jan 25, 2018
@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 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants