mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
pagekite: Fix functional tests by submitting the right form
- Don't attempt to submit the diagnostics submit button's form instead. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
66b03a943b
commit
23454573e2
@ -271,7 +271,7 @@ def pagekite_configure(browser, host, port, kite_name, kite_secret):
|
||||
browser.fill('pagekite-server_port', str(port))
|
||||
browser.fill('pagekite-kite_name', kite_name)
|
||||
browser.fill('pagekite-kite_secret', kite_secret)
|
||||
submit(browser)
|
||||
submit(browser, form_class='form-configuration')
|
||||
|
||||
|
||||
def pagekite_get_configuration(browser):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user