- Pause screenshots for now, results in a super large json response file
- Fix delay on send bottomsheet because of pumpAndSettle animation
- Fix issue with integration test runner script
This commit is contained in:
Blazebrain 2025-04-09 20:02:57 +01:00
parent c2e77c08a9
commit 26506a9692
4 changed files with 11 additions and 5 deletions

View file

@ -225,7 +225,7 @@ class SendPageRobot {
await authPageRobot.enterPinCode(CommonTestConstants.pin, pumpDuration: 500);
tester.printToConsole('Auth done');
await tester.pumpAndSettle();
await tester.pump(Duration(seconds: 3));
tester.printToConsole('Auth pump done');
} catch (e) {