tests: point synchronization test to specific form

This commit is contained in:
Frédéric Péters 2019-02-28 09:00:09 +01:00
parent eecb3bde44
commit b6dc23a802
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ def test_synchronize_federations(settings, app, nanterre_classic_family, admin):
response = response.click(u'Synchroniser les fédérations')
response = response.form.submit().follow()
response = response.forms[0].submit().follow()
response = response.click(u'Rapport d\'exécution')