-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Duplicate Test-Ids] Same test-ids are used in multiple elements #28
Comments
Jan needs to contact the DQuadrant team. |
@IntersectMBO/govtool-test DQuad can you please add more details. Please get in contact with @JanJaroszczak. |
Here, multiple elements share the same test-ids for both 'demos-wallet-button' and 'confirm-modal-button', causing confusion in identifying the correct element to interact with during testing. Additionally, the element intended for interaction is obscured by another element. This issue is addressed through the following Cypress commands:
In these commands, 'force: true' is employed to forcefully click the intended element within the list. |
I might have overlooked something, but when i look at the code i see only once test ids like 'demos-wallet-button' and 'confirm-modal-button'. @NabinKawan, I'll contact you on Slack - it will be easier to discuss it there. |
We've discussed it with @NabinKawan. I know where's the issue - solving in progress. |
Current data-test-id in test branch for above ids: No other data-test-id occurred. All usage: |
This issue makes it difficult to interact with the elements.
demos-wallet-button: There are 2 demos-wallet-button test-ids
confirm-modal-button
The text was updated successfully, but these errors were encountered: