TF-4058 Update E2E test to compatible with flutter version 3.32.8

This commit is contained in:
dab246
2025-10-14 15:20:22 +07:00
committed by Dat H. Pham
parent 81ce3f6b04
commit d686b66f75
24 changed files with 74 additions and 48 deletions
@@ -17,11 +17,12 @@ class SaveAsTemplateScenario extends BaseTestScenario {
await composerRobot.grantContactPermission();
await composerRobot.saveAsTemplate();
await $.pumpAndTrySettle();
await _expectSaveToastSuccessVisible();
await composerRobot.addSubject('test subject');
await hideKeyboard();
hideKeyboard();
await $.pumpAndTrySettle(duration: const Duration(seconds: 1));
await composerRobot.saveAsTemplate();
await _expectUpdateToastSuccessVisible();