diff --git a/test/base/twilltestcase.py b/test/base/twilltestcase.py index 6c140699873..a3b9e052481 100644 --- a/test/base/twilltestcase.py +++ b/test/base/twilltestcase.py @@ -87,7 +87,7 @@ class TwillTestCase(unittest.TestCase): if check_patt: tc.find(check_patt) if kwd: - self.submit_form(form=3, button="save", **kwd) + self.submit_form(form=1, button="save", **kwd) def get_xml_history(self): """Returns a parsed xml object corresponding to the history"""