e2e: removed messages under today check in 5315

This commit is contained in:
pavloburykh 2022-08-02 18:00:54 +03:00
parent 98ca311a97
commit a18deec330
No known key found for this signature in database
GPG Key ID: 11D9383A6FB7F1D8
1 changed files with 0 additions and 3 deletions

View File

@ -404,9 +404,6 @@ class TestOneToOneChatMultipleSharedDevices(MultipleSharedDeviceTestCase):
if self.chat_2.user_name_text.text != self.default_username_1:
self.errors.append("Default username '%s' is not shown in one-to-one chat" % self.default_username_1)
self.chat_1.just_fyi("Check that messages are shown for sender and receiver under today")
[chat.verify_message_is_under_today_text(timestamp_message, self.errors) for chat in (self.chat_1, self.chat_2)]
self.chat_2.just_fyi("Add user to contact and verify his default username")
self.chat_2.add_to_contacts.click()
self.chat_2.chat_options.click()