-
Notifications
You must be signed in to change notification settings - Fork 2
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
Test cases list creation #49
Conversation
You can preview the changes at : https://0dc5601f.smapp-lite-prod.pages.dev |
You can preview the changes at : https://642caa60.smapp-lite-prod.pages.dev |
You can preview the changes at : https://2747eea3.smapp-lite-prod.pages.dev |
You can preview the changes at : https://b12d59ae.smapp-lite-prod.pages.dev |
TestCases.md
Outdated
|
||
# Log in / Log out | ||
|
||
1. Verify that navigating to `https://wallet.spacemesh.io/` redirects instantly to `https://wallet.spacemesh.io/unlock`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of the last commits changed it. Also it should redirect only after reload page, not all the time.
Like https://wallet.spacemesh.io/#/ shall redirect to https://wallet.spacemesh.io/#/wallet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is specifically about the log in functionality, very narrow. Not about the page reloads and redirects in general. It's only about whether the app behaves correctly when we want to log in to the wallet, so the moment that we have our wallet set up and we open the browser and want to log in. So if someone goes to /#/ or /#/wallet, he should be redirected to login.
I will reformulate it as follows:
1. Verify that navigating to `https://wallet.spacemesh.io/` redirects instantly to `https://wallet.spacemesh.io/unlock`. | |
1. With a wallet correctly set up, and logged out, verify that navigating to any valid link`https://wallet.spacemesh.io/#/[any-existing-path]` redirects instantly to `https://wallet.spacemesh.io/#/unlock`. |
You can preview the changes at : https://df6f6885.smapp-lite-prod.pages.dev |
@brusherru I will let myself to merge this doc. You can of course move, remove It, do whatever you want. But It would probably make it easier to review the next pull request, as Yulia has already reviewed these ones. |
I created a doc covering the test cases that should be covered while testing the lite wallet manually.
It aims to help remember what and how to tests, but also to track the results.
For now only 3 main processes starting from the main page.
The wallet screen and all the components, options, and settings will be added soon.