e2e: add tests for SAML source

This commit is contained in:
Jens Langhammer
2020-06-24 23:24:45 +02:00
parent 05778d8065
commit 9eaceb9ec6
3 changed files with 132 additions and 1 deletions

View File

@ -298,6 +298,8 @@ class TestEnroll2Step(SeleniumTestCase):
self.driver.find_element(By.ID, "id_name").send_keys("some name")
self.driver.find_element(By.ID, "id_email").send_keys("foo@bar.baz")
self.driver.find_element(By.CSS_SELECTOR, ".pf-c-button").click()
self.wait.until(ec.presence_of_element_located((By.LINK_TEXT, "foo")))
self.driver.find_element(By.LINK_TEXT, "foo").click()
self.assertEqual(