ci: run e2e tests with failfast
This commit is contained in:
@ -140,6 +140,8 @@ class TestProviderOAuth2Github(SeleniumTestCase):
|
||||
self.driver.find_element(By.ID, "id_password").send_keys(USER().username)
|
||||
self.driver.find_element(By.ID, "id_password").send_keys(Keys.ENTER)
|
||||
|
||||
sleep(1)
|
||||
|
||||
self.assertIn(
|
||||
app.name,
|
||||
self.driver.find_element(
|
||||
@ -160,8 +162,6 @@ class TestProviderOAuth2Github(SeleniumTestCase):
|
||||
),
|
||||
).click()
|
||||
|
||||
sleep(1)
|
||||
|
||||
self.wait_for_url("http://localhost:3000/?orgId=1")
|
||||
self.driver.find_element(By.XPATH, "//a[contains(@href, '/profile')]").click()
|
||||
self.assertEqual(
|
||||
|
Reference in New Issue
Block a user