-
Notifications
You must be signed in to change notification settings - Fork 66
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
hosts table: Name locator fix (again) #1603
base: master
Are you sure you want to change the base?
hosts table: Name locator fix (again) #1603
Conversation
Re-introducing this fix after being reverted. This commit unintentionally broke navigation to host details page, which was caused by another issue in the Sat hosts table, then fixed in 71a745e Original description: The `HostsView` Name table column XPath was missing leading '.' character, which caused that all host rows returned had the same Name value, equal to the first table row host Name.
Robotello PR PRT passed: SatelliteQE/robottelo#15539 |
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran PRT to check whether this breaks something a similar change broke before. If it passes, ACK.
trigger: test-robottelo |
PRT Result
|
Interesting, the failure is not my added test but a test that passed for you:
|
trigger: test-robottelo |
PRT Result
|
Problem Statement
Re-introducing this fix after being reverted.
This commit unintentionally broke navigation to host details page,
which was caused by another issue in the Sat hosts table
and fixed in #1465
Description:
The
HostsView
Name
table column XPath was missing leading '.' character,which caused that all host rows that were returned, had the same Name value,
equal to the first table row host Name.