From 8427a4cc1629fd30e9909696676397a6ebd79cc5 Mon Sep 17 00:00:00 2001 From: pavloburykh Date: Wed, 30 Mar 2022 15:54:29 +0300 Subject: [PATCH] again some more fixing id700747 --- .../atomic/account_management/test_create_restore_account.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/appium/tests/atomic/account_management/test_create_restore_account.py b/test/appium/tests/atomic/account_management/test_create_restore_account.py index 7ecd7f309c..b28f24df2c 100644 --- a/test/appium/tests/atomic/account_management/test_create_restore_account.py +++ b/test/appium/tests/atomic/account_management/test_create_restore_account.py @@ -193,8 +193,8 @@ class TestOnboardingOneDeviceMerged(MultipleSharedDeviceTestCase): self.driver.fail('%s %s' % (error, cases[0])) self.sign_in.just_fyi('Checking case when %s' % cases[1]) - self.sign_in.create_password_input.send_keys('1234566') - [field.send_keys('1234566') for field in (self.sign_in.create_password_input, self.sign_in.confirm_your_password_input)] + self.sign_in.create_password_input.send_keys('12345677') + [field.send_keys('12345677') for field in (self.sign_in.create_password_input, self.sign_in.confirm_your_password_input)] self.sign_in.confirm_your_password_input.delete_last_symbols(1) self.sign_in.create_password_input.delete_last_symbols(1) self.sign_in.next_button.click()