Expand profile tests to cover new metadata

This commit is contained in:
Zed
2019-08-12 17:01:45 +02:00
parent 17c187ea15
commit 07cca94916
2 changed files with 21 additions and 7 deletions

View File

@@ -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):