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

Commit cef6d95

Browse files
committed
Verify that messages can read the "more messages" sections.
1 parent ad31deb commit cef6d95

File tree

3 files changed

+1210
-1034
lines changed

3 files changed

+1210
-1034
lines changed

lib/lonely_coder/mailbox.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def self.by_id(id, browser)
5050
css_class = message_html.attribute('class')
5151
css_id = message_html.attribute('id')
5252

53+
# matches 'from_me' and 'to_me' classes.
5354
if (css_class && css_class.text.match(/_me/))
5455
if(css_id && css_id.text == 'compose')
5556
next

0 commit comments

Comments
 (0)