mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-19 22:44:18 +00:00
Add basic outline of login get handler
Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
@@ -1078,6 +1078,7 @@ func TestE2EFullIntegration_Browser(t *testing.T) { // nolint:gocyclo
|
||||
regex := regexp.MustCompile(`\A` + downstream.Spec.Issuer + `/login.+`)
|
||||
browsertest.WaitForURL(t, page, regex)
|
||||
|
||||
browsertest.WaitForVisibleElements(t, page, "input#username", "input#password", "button#submit")
|
||||
// TODO actually log in :P
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user