Improve login flow

support LoginAcid task
This commit is contained in:
Alexander Sheiko 2023-05-10 21:48:41 +03:00
parent 3bb78070b7
commit e86c2fa4ce
5 changed files with 58 additions and 7 deletions

View file

@ -13,7 +13,7 @@ func authSearchScraper() error {
if searchScraper.IsLoggedIn() {
return nil
}
return searchScraper.Login(username, password)
return searchScraper.Login(username, password, email)
}
func TestFetchSearchCursor(t *testing.T) {