diff options
author | louiz’ <louiz@louiz.org> | 2017-07-06 22:24:42 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-07-06 22:24:42 +0200 |
commit | 9f7782bb0c5915969fd7477e0ed7c10b1a5c2d9c (patch) | |
tree | ba8c243c8633cb236bef629071a2a1264c459101 /tests/end_to_end | |
parent | b71ca15a0f9114db38eec23b49d1489a2ff1d0ca (diff) | |
download | biboumi-9f7782bb0c5915969fd7477e0ed7c10b1a5c2d9c.tar.gz biboumi-9f7782bb0c5915969fd7477e0ed7c10b1a5c2d9c.tar.bz2 biboumi-9f7782bb0c5915969fd7477e0ed7c10b1a5c2d9c.tar.xz biboumi-9f7782bb0c5915969fd7477e0ed7c10b1a5c2d9c.zip |
Add a global “persistent” option
Diffstat (limited to 'tests/end_to_end')
-rw-r--r-- | tests/end_to_end/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end_to_end/__main__.py b/tests/end_to_end/__main__.py index 19dc270..580f8e4 100644 --- a/tests/end_to_end/__main__.py +++ b/tests/end_to_end/__main__.py @@ -2392,6 +2392,7 @@ if __name__ == '__main__': "/iq/commands:command/dataform:x[@type='form']/dataform:instructions[text()='Edit the form, to configure your global settings for the component.']", "/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='text-single'][@var='max_history_length']/dataform:value[text()='42']", "/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='boolean'][@var='record_history']/dataform:value[text()='false']", + "/iq/commands:command/dataform:x[@type='form']/dataform:field[@type='boolean'][@var='persistent']/dataform:value[text()='false']", "/iq/commands:command/commands:actions/commands:next", ), after = partial(save_value, "sessionid", partial(extract_attribute, "/iq[@type='result']/commands:command[@node='configure']", "sessionid")) |