From 4614f81dac10fcbe9acd3cb1c911de035ec35761 Mon Sep 17 00:00:00 2001 From: poka Date: Fri, 24 Nov 2023 19:39:03 +0100 Subject: [PATCH] test: scroll before add derivation in safe home --- integration_test/scenarios/migrate_cesium_identity.dart | 2 ++ integration_test/utility/general_actions.dart | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/integration_test/scenarios/migrate_cesium_identity.dart b/integration_test/scenarios/migrate_cesium_identity.dart index adb9a96..1c86e8a 100644 --- a/integration_test/scenarios/migrate_cesium_identity.dart +++ b/integration_test/scenarios/migrate_cesium_identity.dart @@ -19,6 +19,7 @@ void main() async { await firstOpenChest(); // Go to test1 options and check if balance growup with UDs creations + await scrollUntil(keyAddDerivation); await tapKey(keyAddDerivation); await waitFor(' 6'); @@ -50,6 +51,7 @@ void main() async { await tapKey(keyCloseTransactionScreen, duration: 0); await tapKey(keyOpenWallet(test6.address), duration: 300); + await pump(number: 4); await waitFor('3', exactMatch: true); await waitFor('memberValidated'.tr()); diff --git a/integration_test/utility/general_actions.dart b/integration_test/utility/general_actions.dart index 062586b..a92f7a2 100644 --- a/integration_test/utility/general_actions.dart +++ b/integration_test/utility/general_actions.dart @@ -175,7 +175,7 @@ Future firstOpenChest() async { } Future skipWalletDragTutorial() async { - await pump(duration: const Duration(milliseconds: 500), number: 4); + await pump(duration: const Duration(milliseconds: 500), number: 6); await pump(duration: const Duration(seconds: 2)); if (await isPresent('explainDraggableWallet'.tr().substring(0, 13), timeout: const Duration(seconds: 5), settle: false)) {