test: scroll before add derivation in safe home

This commit is contained in:
poka 2023-11-24 19:39:03 +01:00
parent fc03d4de75
commit 4614f81dac
2 changed files with 3 additions and 1 deletions

View File

@ -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());

View File

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