Skip to content

Commit 26e2c26

Browse files
committed
Keycloak 26.4 uses button type submit
1 parent 9534217 commit 26e2c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/test_oidc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def run_oidc(browser_type, ip_address, port):
230230
page.fill('input[name="password"]', password)
231231

232232
with page.expect_navigation():
233-
page.click('input[type="submit"]')
233+
page.click('button[type="submit"]')
234234
page.wait_for_load_state("load")
235235
page_text = page.text_content("body")
236236
fields_to_check = [

0 commit comments

Comments
 (0)