Skip to content

Commit f916c30

Browse files
committed
Update oauth2_fields_test.dart
Fixed
1 parent e1f6c15 commit f916c30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/screens/common_widgets/auth/oauth2_fields_test.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)