-
Bug
-
Resolution: Done
-
Normal
-
6.13.0
-
0
-
False
-
-
False
-
CLOSED
-
400
-
Phoenix
-
-
-
Sprint 117, Sprint 118, Sprint 119, Sprint 120, Sprint 121, Sprint 122, Sprint 123, Sprint 124, Sprint 125
-
Moderate
-
None
Description of problem:
When you add simplified ACS to the satellite and try to view its details, there is an incorrect aria-label of description value.
XPATH to match the current description:
//div[contains(@id, "showDetails")]//dd[contains(@aria-label, "name_text_value")][2]
You can see that the aria-label is "name_text_value" which should match only the Name's value but it also matches Description's value.
Version-Release number of selected component (if applicable):
satellite-6.13.0-6.el8sat.noarch
foreman-3.5.1.14-1.el8sat.noarch
Red Hat Enterprise Linux release 8.7 (Ootpa)
How reproducible:
Every time
Steps to Reproduce:
1. Have simplified ACS added to the satellite
2. Click on that ACS in the ACS table
3. Expand the "Details" item in the drawer
4. Inspect and see the Description's value aria-label
Actual results:
Description aria-label is "name_text_value"
Expected results:
Description aria-label should be "description_text_value"
Additional info:
See attached video.