mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Form order for metadata editing...
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user