-
Notifications
You must be signed in to change notification settings - Fork 23
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
Strings are null at UI tests #17
Comments
I tested your setup on my project. Does not face this issue. |
Flutter doctor:
|
just upgrade to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm building a UI test for my screen - and the test is failing when calling
S.of(context).someText
The test:
The error:
The getter 'someText' was called on null.
Seen some related issue like this and this medium article but couldn't get it working.
The text was updated successfully, but these errors were encountered: