outposts: fix outpost mangling log output

This commit is contained in:
Jens Langhammer
2020-10-19 16:44:46 +02:00
parent 82d50f7eaa
commit d8c522233e
3 changed files with 7 additions and 6 deletions

View File

@ -317,6 +317,7 @@ class TestSourceOAuth1(SeleniumTestCase):
self.driver.find_element(By.CSS_SELECTOR, "[name='confirm']").click()
# Wait until we've loaded the user info page
sleep(2)
self.wait.until(ec.presence_of_element_located((By.ID, "user-settings")))
self.driver.get(self.url("passbook_core:user-settings"))