mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Expand profile tests to cover new metadata
This commit is contained in:
parent
17c187ea15
commit
07cca94916
2 changed files with 21 additions and 7 deletions
|
|
@ -19,6 +19,10 @@ class Profile(object):
|
|||
verified = '.verified-icon'
|
||||
banner = '.profile-banner'
|
||||
bio = '.profile-bio'
|
||||
location = '.profile-location'
|
||||
website = '.profile-website'
|
||||
joinDate = '.profile-joindate'
|
||||
mediaCount = '.photo-rail-header'
|
||||
|
||||
|
||||
class Timeline(object):
|
||||
|
|
|
|||
Loading…
Reference in a new issue