stages/consent: migrate to SPA

This commit is contained in:
Jens Langhammer
2021-02-21 13:15:45 +01:00
parent a8681ac88f
commit b9f409d6d9
16 changed files with 197 additions and 96 deletions

View File

@ -152,7 +152,7 @@ class TestProviderOAuth2Github(SeleniumTestCase):
)
self.assertEqual(
"GitHub Compatibility: Access you Email addresses",
self.driver.find_element(By.ID, "scope-user:email").text,
self.driver.find_element(By.ID, "permission-user:email").text,
)
self.driver.find_element(
By.CSS_SELECTOR,