From e2316b38a85039af24c57250e1c1dac58139f890 Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Thu, 3 Oct 2024 14:55:25 +0300 Subject: [PATCH] reset account authorized and perform clean quit on view profile test --- services/registration/edit_profile.vis | 1 + test_engine/test_data.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/services/registration/edit_profile.vis b/services/registration/edit_profile.vis index 6c1986f..4116809 100644 --- a/services/registration/edit_profile.vis +++ b/services/registration/edit_profile.vis @@ -1,4 +1,5 @@ LOAD reset_account_authorized 16 +RELOAD reset_account_authorized LOAD reset_allow_update 0 RELOAD reset_allow_update MOUT edit_name 1 diff --git a/test_engine/test_data.json b/test_engine/test_data.json index e31694d..525c11b 100644 --- a/test_engine/test_data.json +++ b/test_engine/test_data.json @@ -435,7 +435,7 @@ "expectedContent": "My Account\n1:Profile\n2:Change language\n3:Check balances\n4:Check statement\n5:PIN options\n6:My Address\n0:Back" }, { - "input": "9", + "input": "0", "expectedContent": "" } ]