TextFormField becomes unresponsive after flutter driver test is run #35118
Labels
f: material design
flutter/packages/flutter/material repository.
framework
flutter/packages/flutter repository. See also f: labels.
t: flutter driver
"flutter driver", flutter_drive, or a driver test
tool
Affects the "flutter" command-line tool. See also t: labels.
While writing integration tests using Flutter Driver, I observed that if a test inputs
Email
andPassword
inTextFormField
widget and completes remaining steps in the test and stops the application instance, next time if you try to open the target app and manually try to type something in sameEmail
andPassword
fields, the fields becomes unresponsive and doesn't display any data.Steps to Reproduce
Email
andPassword
fields implemented usingTextFormField
widget with respective hint texts and a simpleRaisedButton
as login.email
andpassword
and then tap onlogin
button to go to next screen.email
andpassword
fields and notice that no action takes place and no input is displayed.Logs
There are no errors or logs generated in the terminal.
The text was updated successfully, but these errors were encountered: