Skip to content
Snippets Groups Projects
Commit 4614f81d authored by poka's avatar poka
Browse files

test: scroll before add derivation in safe home

parent fc03d4de
Branches
Tags
No related merge requests found
Pipeline #34429 waiting for manual action
...@@ -19,6 +19,7 @@ void main() async { ...@@ -19,6 +19,7 @@ void main() async {
await firstOpenChest(); await firstOpenChest();
// Go to test1 options and check if balance growup with UDs creations // Go to test1 options and check if balance growup with UDs creations
await scrollUntil(keyAddDerivation);
await tapKey(keyAddDerivation); await tapKey(keyAddDerivation);
await waitFor(' 6'); await waitFor(' 6');
...@@ -50,6 +51,7 @@ void main() async { ...@@ -50,6 +51,7 @@ void main() async {
await tapKey(keyCloseTransactionScreen, duration: 0); await tapKey(keyCloseTransactionScreen, duration: 0);
await tapKey(keyOpenWallet(test6.address), duration: 300); await tapKey(keyOpenWallet(test6.address), duration: 300);
await pump(number: 4);
await waitFor('3', exactMatch: true); await waitFor('3', exactMatch: true);
await waitFor('memberValidated'.tr()); await waitFor('memberValidated'.tr());
......
...@@ -175,7 +175,7 @@ Future firstOpenChest() async { ...@@ -175,7 +175,7 @@ Future firstOpenChest() async {
} }
Future skipWalletDragTutorial() 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)); await pump(duration: const Duration(seconds: 2));
if (await isPresent('explainDraggableWallet'.tr().substring(0, 13), if (await isPresent('explainDraggableWallet'.tr().substring(0, 13),
timeout: const Duration(seconds: 5), settle: false)) { timeout: const Duration(seconds: 5), settle: false)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment