mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-31 20:36:15 +00:00
Extract browsertest.LoginToUpstreamLDAP() integration test helper
This commit is contained in:
@@ -338,7 +338,7 @@ func runPinnipedLoginOIDC(
|
||||
require.NoError(t, page.Navigate(loginURL))
|
||||
|
||||
// Expect to be redirected to the upstream provider and log in.
|
||||
browsertest.LoginToUpstream(t, page, env.CLIUpstreamOIDC)
|
||||
browsertest.LoginToUpstreamOIDC(t, page, env.CLIUpstreamOIDC)
|
||||
|
||||
// Expect to be redirected to the localhost callback.
|
||||
t.Logf("waiting for redirect to callback")
|
||||
|
||||
Reference in New Issue
Block a user