mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Update failing tests
This commit is contained in:
parent
9c91688497
commit
e5d249a271
3 changed files with 13 additions and 13 deletions
|
|
@ -95,8 +95,8 @@ class BaseTestCase(BaseCase):
|
|||
|
||||
def search_username(self, username):
|
||||
self.open_nitter()
|
||||
self.update_text('input', username)
|
||||
self.submit('form')
|
||||
self.update_text('.search-panel input', username)
|
||||
self.submit('.search-panel form')
|
||||
|
||||
|
||||
def get_timeline_tweet(num=1):
|
||||
|
|
|
|||
Loading…
Reference in a new issue