changes on website ('execution' field renamed to '_flowExecutionKey')
This commit is contained in:
parent
452455404e
commit
1a1412044a
2 changed files with 4 additions and 4 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue