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
Currently, in a few of our Open Payments SDKs, we have integration tests that use web scraping tools/drivers (ie puppeteer/selenium) to log in into the test wallet and approve a grant automatically.
Describe the solution you would like
In order to have a more stable testing environment (where we are not relying on CSS class selectors), we should add ids to certain elements to improve the process for this kind of automated testing.
Describe the feature you would like to request
Context
Currently, in a few of our Open Payments SDKs, we have integration tests that use web scraping tools/drivers (ie puppeteer/selenium) to log in into the test wallet and approve a grant automatically.
Describe the solution you would like
In order to have a more stable testing environment (where we are not relying on CSS class selectors), we should add
ids to certain elements to improve the process for this kind of automated testing.Additional context
No response