Bug #95760
testdef, AttributeError: 'Form' object has no attribute 'force_value'
Start date:
23 September 2024
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
Exception: type = '<class 'AttributeError'>', value = ''Form' object has no attribute 'force_value'' Stack trace (most recent call first): File "/usr/lib/python3/dist-packages/wcs/workflow_tests.py", line 340, in perform 338 339 if hasattr(self, 'comment'): > 340 form.force_value('comment', self.comment) 341 342 form.get_submit = lambda: button_widget.name locals: button_widget = <SubmitWidget at 7f5bec773950: button3> form = <wcs.qommon.form.Form object at 0x7f5bec773990> formdata = <_wcs_Proposer-Mobilisation-Team13 'Proposer un évènement à la TEAM 13 - n°178-114' id:114> self = <ButtonClick id:16> status = <WorkflowStatus new 'Contrôle par le Pôle Projet Jeunesse'> user = <TestUser 'Agent TEAM13' id:258>
Related issues
History
Updated by Valentin Deniaud 3 months ago
- Is duplicate of Bug #95759: tests de workflow, 'Form' object has no attribute 'force_value' added