Change "tweets" to "posts" to avoid ublock hiding

This commit is contained in:
Zed
2019-07-31 03:59:38 +02:00
parent 4f7e0ffc22
commit 9d9bd10e15
5 changed files with 8 additions and 8 deletions

View File

@ -71,4 +71,4 @@ class BaseTestCase(BaseCase):
def get_timeline_tweet(num=1):
return Tweet(f'#tweets > div:nth-child({num}) ')
return Tweet(f'#posts > div:nth-child({num}) ')