Minor change
This commit is contained in:
parent
b4d72bf26f
commit
1910cafbae
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ void main() {
|
|||
final emailInputField = find.byKey(const ValueKey("emailInputField"));
|
||||
final logInButton = find.byKey(const ValueKey("logInButton"));
|
||||
await tester.tap(emailInputField);
|
||||
await tester.pumpAndSettle(const Duration(seconds: 20));
|
||||
await tester.pumpAndSettle(const Duration(seconds: 12));
|
||||
await findAndTapFAB(tester, logInButton);
|
||||
|
||||
//Need to enter OTT manually and clicks the verify button automatically
|
||||
|
|
Loading…
Add table
Reference in a new issue