Change "tweets" to "posts" to avoid ublock hiding
This commit is contained in:
parent
4f7e0ffc22
commit
9d9bd10e15
5 changed files with 8 additions and 8 deletions
|
@ -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}) ')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue