Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
Serhy 2020-09-16 18:16:01 +03:00 committed by andrey
parent 889d4c16a4
commit 1b1f3c4c9f
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class TestMessagesOneToOneChatMultiple(MultipleDeviceTestCase):
device2_one_to_one_chat.cross_icon.click()
device2_one_to_one_chat.chat_item.long_press_element()
device2_one_to_one_chat.element_by_text('View Details').click()
if not device2_one_to_one_chat.profile_block_contact.is_element_displayed():
if not device2_one_to_one_chat.profile_details.is_element_displayed():
self.errors.append('No navigate to user profile after tapping View Details on sticker message')