I’ve written an integration check for my flutter challenge the place i’ve three screens, 1 the place person enter his electronic mail (i.e login display screen) , second OTP verification display screen, third is house display screen, I wrote a check for login display screen , discovered textfield -> despatched electronic mail as textual content inside it , discovered login button -> tapped on that , moved to OTP display screen , now i’ve to manually put otp which is landed into my electronic mail, when i attempt to click on on the textfield it doesnt let me paste / enter from keyboard., each time i click on on any widget on that display screen , it reveals the situation of that widget i.e full heirarchy of the widget for instance, scaffold -> singlechildscrollview -> column -> textfield one thing like that. however wont let me paste the otp code or sort it myself. how is that this doable to present enter by myselft whereas check ? is that this even doable ?
I attempted to place a Future.delayed with few seconds to halt the method untill i personally paste the otp and press confirm the button.