temp: to test logs on fail

This commit is contained in:
Anastasiya Semenkevich 2024-03-11 11:59:46 +03:00
parent 7db078491e
commit 5c96d7b764
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def test_generate_new_keys_sign_out_from_settings(aut, main_window, keys_screen,
f'Display name in online identifier is wrong, current: {online_identifier.get_user_name}, expected: {user_name}'
assert online_identifier.is_identicon_ring_visible, \
f'Identicon ring is not present when it should'
assert online_identifier.object.pubkey is not None, \
assert online_identifier.object.pubkey is None, \
f'Public key is not present'
assert online_identifier.object.pubkey == emoji_hash_public_key, f'Public keys should match when they dont'