1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

Update failing tests

This commit is contained in:
Zed
2019-09-13 12:38:41 +02:00
parent 9c91688497
commit e5d249a271
3 changed files with 13 additions and 13 deletions

View File

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