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

Bug 958526 - [v1.3] Test_SMS.test_send_sms is failing #15203

Merged
merged 1 commit into from Jan 10, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -50,7 +50,7 @@ def tap_call(self):

class Message(PageRegion):

_text_locator = (By.CSS_SELECTOR, '.bubble > p')
_text_locator = (By.CSS_SELECTOR, '.bubble p')
_attachments_locator = (By.CSS_SELECTOR, '.bubble .attachment-container.preview')

@property
Expand Down