@BettyRNorahDeni wrote: spider solitaireCan I test clicking a button and
going to the next screen?I think this is impossible in integration
testing. final signInText = find.text('signin');expect(signInText,
findsWidgets); // OKfinal textField = find....