Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #31802 from JohanLorenzo/bug-1203728
Browse files Browse the repository at this point in the history
Bug 1203728 - test_sms_auto_save_draft.py: AttributeError: 'Thread' o…
  • Loading branch information
mwargers committed Sep 18, 2015
2 parents f13c650 + c245857 commit b2171fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ def test_sms_auto_save_draft(self):
# re-open messages app
messages.launch()
self.assertTrue(messages.draft_threads[0].is_draft_icon_displayed)
new_message = messages.draft_threads[0].tap()
new_message = messages.draft_threads[0].open()

# check that last message draft is shown correctly
self.assertEqual(new_message.message, _text_message_content)

0 comments on commit b2171fb

Please sign in to comment.