Skip to content

Commit

Permalink
chore(@e2e): update verification for public key from online identifie…
Browse files Browse the repository at this point in the history
…r object
  • Loading branch information
anastasiyaig authored and micieslak committed Nov 13, 2024
1 parent 32c1d17 commit 331f234
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_generate_account_back_up_seed_sign_out(aut, main_window, user_account,
f'Display name in online identifier is wrong, current: {online_identifier.get_user_name}, expected: {user_account.name}'
assert online_identifier._identicon_ring.is_visible, \
f'Identicon ring is not present when it should'
assert str(online_identifier.object.pubkey) is not None, \
assert str(online_identifier.object.compressedPubKey) is not None, \
f'Public key is not present'
assert chat_key in online_identifier.copy_link_to_profile(), f'Public keys should match when they dont'

Expand Down

0 comments on commit 331f234

Please sign in to comment.