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

[QA] [Improvement] Add "data-testid" attributes to simplify elements search in automated tests #1679

Closed
21 tasks done
Tracked by #1747
tsadovska opened this issue Feb 18, 2024 · 0 comments · Fixed by #1833
Closed
21 tasks done
Tracked by #1747
Assignees
Labels
p2 Low priority issue

Comments

@tsadovska
Copy link
Collaborator

tsadovska commented Feb 18, 2024

Please add "data-testid" attributes to elements that are used in automated tests.

  • data-testid="source-section-select-network-button"

image

  • data-testid="source-section-connect-wallet-button"

image

  • data-testid="source-section-select-asset-button"

image

  • data-testid="source-section-amount-input"

image

  • data-testid="source-section-balance-text"

image

  • data-testid="destination-section-select-network-button"

image

  • data-testid="destination-section-connect-wallet-button"

image

  • data-testid="destination-section-asset-text"

image

  • data-testid="destination-section-amount-input"

image

  • data-testid="destination-section-balance-text"

image

  • data-testid="automatic-route-option"

image

  • data-testid="manual-route-option"

image

  • data-testid="approve-button"

image

  • data-testid="approve-error-message"

image

  • data-testid="redeem-screen-header"

image

  • data-testid="source-section-scan-link"

image

  • data-testid="destination-section-scan-link"

image

  • data-testid="transaction-complete-message"

image

  • data-testid="transaction-error-message"

image

  • data-testid="claim-error-message"

image

  • data-testid="destination-section-scan-link-error-message"

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2 Low priority issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants