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 #15203 from viorelaioia/bug_958526
Browse files Browse the repository at this point in the history
Bug 958526 - [v1.3] Test_SMS.test_send_sms is failing
  • Loading branch information
bebef1987 committed Jan 10, 2014
2 parents 67b35df + d00fc59 commit 739394c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 739394c

Please sign in to comment.