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

HMS-3432 feat: add ouiaid attribute #28

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

avisiedo
Copy link
Contributor

@avisiedo avisiedo commented Jan 23, 2024

This add the ouiaid attribute at all the considered places so the selection of the components does not depends on the xpath or dom structure of the page.

General naming used:
<Type><Location><Name>

Where type so far are used the below:

  • Button* when the component represent a button or item menu where to do click.
  • Link* for components represented as a link where we can do click.
  • Text* for components that accept text input or represent some label or static text.

Location represent the page, modal dialog, or component where it is contained.

Name is the name we assign to select the component.

All together represent the name to be used to select the component.

@avisiedo avisiedo self-assigned this Jan 23, 2024
@app-sre-bot
Copy link

Can one of the admins verify this patch?

This add the ouiaid attribute at all the considered places so the
selection of the components does not depends on the xpath or dom
structure of the page.

Signed-off-by: Alejandro Visiedo <[email protected]>
@avisiedo avisiedo marked this pull request as ready for review January 23, 2024 17:22
@mshriver
Copy link
Contributor

Thanks @avisiedo ! this is awesome.

Copy link
Contributor

@mshriver mshriver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no power here :)

@avisiedo
Copy link
Contributor Author

I think I changed that :)

@avisiedo
Copy link
Contributor Author

@mshriver thanks for the review

@avisiedo avisiedo merged commit d6a342d into podengo-project:main Jan 25, 2024
1 check passed
@avisiedo avisiedo deleted the hms-3432-add-ouiaid branch April 26, 2024 10:41
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.

3 participants