-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
chore: user authentication page testing #3233
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3233 +/- ##
===========================================
+ Coverage 7.69% 10.08% +2.39%
===========================================
Files 249 249
Lines 12248 12251 +3
===========================================
+ Hits 942 1236 +294
+ Misses 11306 11015 -291
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Hi @abughalib!
Please have a look at my comments.
Beyond that, I cannot picture the Tooltip(child: InkWell...)
combination: who wins if you tap?
packages/smooth_app/lib/pages/preferences/user_preferences_account.dart
Outdated
Show resolved
Hide resolved
packages/smooth_app/lib/generic_lib/widgets/smooth_text_form_field.dart
Outdated
Show resolved
Hide resolved
packages/smooth_app/lib/pages/user_management/sign_up_page.dart
Outdated
Show resolved
Hide resolved
packages/smooth_app/lib/pages/user_management/sign_up_page.dart
Outdated
Show resolved
Hide resolved
@monsieurtanuki |
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.
Well just some more suggestions besides what was already suggested
Also, the pages are not entirely rendered like the bottom screen is cropped,
perhaps you can also fix that. I remember there were some scroll features in the testing library as well
What about |
How to generate golden files for that? |
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.
Looks okay to me
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.
Heyy @abughalib looks great, just one little comment
packages/smooth_app/lib/pages/preferences/user_preferences_account.dart
Outdated
Show resolved
Hide resolved
…ount.dart Co-authored-by: Marvin Möltgen <[email protected]>
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.
LGTM as well
What
Golden test for Authentication Pages.
Comments
Part of
#1176