-
-
Notifications
You must be signed in to change notification settings - Fork 316
feat(suite): Update troubleshooting tips #22182
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
base: develop
Are you sure you want to change the base?
Conversation
0b7b77b
to
b33119b
Compare
✅ Previously successful run of [Test] PR Suite Desktop e2e tests workflow has been found. |
✅ Previously successful run of [Test] PR Suite Web e2e tests workflow has been found. |
b33119b
to
07af187
Compare
07af187
to
222034a
Compare
expect(findByTestId('@connect-device-prompt')).not.toBeNull(); | ||
expect(findByTestId(/TR_DEVICE_IN_BOOTLOADER/)).not.toBeNull(); | ||
expect(findByTestId('TR_DEVICE_CONNECTED_BOOTLOADER')).not.toBeNull(); | ||
fireEvent.click(findByTestId('@onboarding/troubleshooting-tips/button')); |
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.
IMHO it's really bad practice to check hidden content, it was pretty hard to debug 🤷♂️
Now we click first before we check.
c7072c1
to
330c22c
Compare
PR ready, but waiting for merging this: #22094
Idea
Don't you see your trezor?
andTroubleshooting tips
buttons (see screenshot below) have similar intention (something is not working, so how to fix the issue?). But visual representation and behaviour of these two buttons were totally different. I unified these two actions to similar experience in this PR.Related Issue
Resolve
Screenshots:
Welcome screen
Welcome screen (non-subtle button)
It's for cases where Troubleshooting button is now expanded by default (there is no other primary action)
Troubleshooting Modal
🔍🖥️ Suite web test results: View in Currents
🔍🖥️ Suite desktop test results: View in Currents
🔍🖥️ Suite native android test results: View in Currents