| Summary: | hard to inspect html | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Aleksandar Kostadinov <akostadi> | ||||
| Component: | Management Console | Assignee: | Jessica Forrester <jforrest> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Yadan Pei <yapei> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | unspecified | CC: | akostadi, aos-bugs, jokerman, mifiedle, mmccomas, spadgett, wsun, yanpzhan, yapei | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-08-08 15:36:05 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Aleksandar Kostadinov
2016-01-19 12:42:50 UTC
Will try to keep it in mind for the new features. Other than table identifiers, are there other existing elements you'd like to see identifiable? Currently, tables are in high priority, will record our request here if found other element need to be identifiable in the future Currently, it would be better if add id/name attribute for these elements: 1) Create Route on /console/<project>/browse/routes page 2) Add to Project on Overview pages Another thing is that if we want to ever release an internationalized web site, it won't be testable without universal existence of id/name attributes. Not sure what framework we are using but as a rule IMO all buttons, tables and even cells need to have proper id/name. e.g. see the table "Summarize time (including time for bugs blocking this bug)" above in the page. It has all cells labeled so that one can easily refer to them. Request id/name for element: 1.On setting page, when created resource quota,such as "Not Terminating" type scope, it's better identify the 'div' element for Scopes: Not Terminating We've started adding `data-test-id` attributes to the 4.x console. Since QE will be adding test cases directly to the openshift/console repo, it is possible to add any `data-test-id` that is needed with the tests. |