-
Notifications
You must be signed in to change notification settings - Fork 11
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
E2E Text constants #136
Comments
@vitsalis do we want our app to consume text constants or do we just want to extract needed text to e2e text constants? i.e. this: graph TD
A[Text Constants] --> B[App]
A[Text Constants] --> C[E2E Tests]
or this graph TD
A[App]
B[Text Constants] --> C[E2E Tests]
2nd approach is related to E2E only |
I think the first option will be much easier to maintain, as if we update the text, we can be confident that both the app and e2e tests will receive the updates. Might make the code a bit more unreadable though as the text will not be directly visible. |
@gbarkhatov is this ticket still ongoing? |
ok, i will put it outside of the next devnet iteration |
We use some inline text:
I certify that I have read
,I acknowledge that Keystone via QR code
,Connect to BTC network
, or evenStaking Dashboard
as the page name.We need to extract these as constants and use both in:
So these 2 consume the stuff from one place
The text was updated successfully, but these errors were encountered: