-
Notifications
You must be signed in to change notification settings - Fork 33
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
Buttons in the UI must have an ID associated with them #2623
Comments
@wuder4 can you please point out the buttons and their locations which do not have the IDs? |
When in "add API" page the text fields have id but they are random and change every time you reload the page. |
I have given the task to add id's to @wuder4 at least for the id's he is stuck with and has identified as missing. Some mentoring may be required from @55, @mauriciovieira or @ashakunt concerning the contribution process and how to add the id's and what is the correct format. |
ok. I think it is a good opportunity to document a convention on our guidelines if you find current code not standardized, @wuder4 |
Almost none of the buttons at apinf.io have valid way to locate them in automated testing. Common way to locate them is to add unique id to the buttons.
The text was updated successfully, but these errors were encountered: