You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link text content -> data-testid=link-${index}-text-content
2. Sort button
Missing Test ID: data-testid="sort-button"
3. Constitution URL error text
Current ID: prop=constitution-url-text-error (Incorrect Format)
Suggested Correction: data-testid="prop-constitution-url-text-error" for consistency and clarity.
The text was updated successfully, but these errors were encountered:
@nebojsact , the test ID for Link content is inaccurate. The link-${index}-text-content index is not set. Additionally, there is already a test ID for the link input. so you can remove the button testid, but keep the <p> tag test ID as it is.
Also, please use subcomment-${id}-content on the <p> tag where the actual reply text is added, instead of applying it to the entire reply <div>.
Context & versions
Missing test IDs
1. Proposal Details
2. Sort button
3. Constitution URL error text
Suggested Correction: data-testid="prop-constitution-url-text-error" for consistency and clarity.
The text was updated successfully, but these errors were encountered: