File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
test/screens/common_widgets/auth Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1237,6 +1237,8 @@ void main() {
12371237 : authFields.last,
12381238 matching: find.byType (ExtendedTextField ),
12391239 );
1240+ await tester.ensureVisible (identityTokenField);
1241+ await tester.pumpAndSettle ();
12401242 await tester.tap (identityTokenField);
12411243 tester.testTextInput.enterText ('new_identity' );
12421244 await tester.pumpAndSettle ();
@@ -1248,6 +1250,8 @@ void main() {
12481250 of: authFields.last,
12491251 matching: find.byType (ExtendedTextField ),
12501252 );
1253+ await tester.ensureVisible (accessTokenField);
1254+ await tester.pumpAndSettle ();
12511255 await tester.tap (accessTokenField);
12521256 tester.testTextInput.enterText ('new_access' );
12531257 await tester.pumpAndSettle ();
You can’t perform that action at this time.
0 commit comments