Skip to content

Commit

Permalink
make more screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Apr 20, 2024
1 parent 8657e41 commit 2edec9f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,13 @@ else if (cur_act.equals("SetPasswordActivity"))
}
}

screenshot("005");
dialog_press_positive(3);

wait_(1, "for tox save file to export");

export_tox_save();
screenshot("006");
wait_(2);
import_tox_save();

Expand Down Expand Up @@ -338,9 +340,11 @@ private static void import_tox_save()
}

wait_(1);
screenshot("007");
Log.i(TAG, "Pressing \"YES\" button to import");
dialog_press_positive(7);
wait_(5);
screenshot("008");
Log.i(TAG, "Pressing \"YES\" button to restart TRIfA");
dialog_press_positive(8);
}
Expand Down

0 comments on commit 2edec9f

Please sign in to comment.