Minor change

This commit is contained in:
ashilkn 2023-05-22 12:21:43 +05:30
parent b4d72bf26f
commit 1910cafbae

View file

@ -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