details: https://code.tryton.org/tryton/commit/c216c3628ebf
branch: default
user: Cédric Krier <[email protected]>
date: Wed Feb 11 12:44:02 2026 +0100
description:
Do not call twice wait on account export in test scenario
diffstat:
modules/account_export/tests/scenario_account_export.rst | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 4428e64551df -r c216c3628ebf
modules/account_export/tests/scenario_account_export.rst
--- a/modules/account_export/tests/scenario_account_export.rst Wed Feb 11
11:02:34 2026 +0100
+++ b/modules/account_export/tests/scenario_account_export.rst Wed Feb 11
12:44:02 2026 +0100
@@ -77,7 +77,6 @@
>>> move_export.click('wait')
>>> move_export.state
'waiting'
- >>> move_export.click('wait')
>>> move_export.click('do')
>>> move_export.state
'done'