Updated profile picture templates and fixed ENS username test

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
yevh-berdnyk 2019-09-05 20:27:39 +03:00 committed by Churikova Tetiana
parent d16e82ce02
commit afe345cb02
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
5 changed files with 1 additions and 2 deletions

View File

@ -619,8 +619,7 @@ class TestProfileMultipleDevice(MultipleDeviceTestCase):
home_1.get_chat_with_user('#' + chat_name).click()
message_text_2 = 'message test text 1'
chat_1.send_message(message_text_2)
if chat_2.chat_element_by_text(message_text_2).username.text != user_1['ens'] or chat_2.chat_element_by_text(
message_text_1).username.text != user_1['ens']:
if chat_2.chat_element_by_text(message_text_2).username.text.lower() != '@' + user_1['ens']:
self.errors.append('ENS username is not shown in public chat')
self.verify_no_errors()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB