changes on website ('execution' field renamed to '_flowExecutionKey')

This commit is contained in:
Romain Bignon 2012-05-23 10:16:01 +02:00 committed by Romain Bignon
commit 1a1412044a
2 changed files with 4 additions and 4 deletions

View file

@ -95,7 +95,7 @@ class AccountsList(BasePage):
return l
def get_execution_id(self):
return self.document.xpath('//input[@name="execution"]')[0].attrib['value']
return self.document.xpath('//input[@name="_flowExecutionKey"]')[0].attrib['value']
def get_messages_link(self):
"""