In flutter integration test, i want to get the text entered in TextField
widget.
Here is the development code looks like:
,
Here is the integration test code I written to get the text of it
,
Its printing the hole widget tree data, but i want to only get the value entered in TextField
Any helps highly appreciated!