diff options
Diffstat (limited to 'blog.trello.com.txt')
| -rw-r--r-- | blog.trello.com.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/blog.trello.com.txt b/blog.trello.com.txt index 11b6467..87f9cf2 100644 --- a/blog.trello.com.txt +++ b/blog.trello.com.txt @@ -1,6 +1,7 @@ -title: //div[@class='post-header'] -body: //div[@class='post-body'] -author: //a[@class='author-link'] -date: //span[@class='byline-date'] - +title: //div[contain(@class, 'post-header')] +body: //div[contains(@class, 'post-body')] +author: //a[contains(@class, 'author-link')] +date: //span[contains(@class, 'byline-date')] + test_url: http://blog.trello.com/how-to-set-better-life-goals +test_url: http://blog.trello.com/6-mistakes-when-you-work-in-office-but-have-remote-team-members |
