Add basic outline of login get handler

Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
Margo Crawford
2022-04-28 11:51:36 -07:00
parent 77f016fb64
commit 07b2306254
5 changed files with 138 additions and 2 deletions
+1
View File
@@ -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
})
}