core: fix path to default icon

This commit is contained in:
Jens Langhammer
2020-09-13 20:47:17 +02:00
parent e1d82aee1d
commit 696aa7e5f6
3 changed files with 18 additions and 1 deletions

View File

@ -185,6 +185,9 @@ class TestSourceOAuth(SeleniumTestCase):
)
self.driver.find_element(By.CSS_SELECTOR, "button[type=submit]").click()
self.wait.until(
ec.presence_of_element_located((By.CSS_SELECTOR, ".pf-c-alert__title"))
)
self.assertEqual(
self.driver.find_element(By.CSS_SELECTOR, ".pf-c-alert__title").text,
"Authentication Failed.",