e2e: fix failures
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
23a3825237
commit
39e3a82228
|
@ -425,6 +425,8 @@ class TestKeycardTxOneDeviceMerged(MultipleSharedDeviceTestCase):
|
|||
self.sign_in.maybe_later_button.click_until_presence_of_element(self.sign_in.lets_go_button)
|
||||
self.sign_in.lets_go_button.click_until_absense_of_element(self.sign_in.lets_go_button)
|
||||
self.sign_in.profile_button.wait_for_visibility_of_element(30)
|
||||
wallet_1 = self.sign_in.wallet_button.click()
|
||||
wallet_address = wallet_1.get_wallet_address()
|
||||
public_key, default_username = self.sign_in.get_public_key_and_username(return_username=True)
|
||||
profile_1 = self.sign_in.get_profile_view()
|
||||
profile_1.logout()
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1006 B After Width: | Height: | Size: 295 B |
Loading…
Reference in New Issue