Commit 62e85a43 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Missing default on project view

parent aa12be1d
Pipeline #21587 failed with stage
in 0 seconds
......@@ -191,7 +191,7 @@
"my_description": {
"description": result[2][2],
"title": result[2][3],
"default": "",
"default": gadget.state.doc.description,
"css_class": "",
"required": 1,
"editable": 1,
......
......@@ -247,7 +247,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>994.21038.56920.972</string> </value>
<value> <string>1000.20987.4444.10700</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -265,7 +265,7 @@
</tuple>
<state>
<tuple>
<float>1629930258.46</float>
<float>1652891827.46</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -73,6 +73,24 @@
<tal:block metal:use-macro="here/Zuite_SlapOSCommonTemplate/macros/assert_page_header" />
</tal:block>
<tr>
<td>waitForElementPresent</td>
<td>//textarea[@id="description"]</td>
<td></td>
</tr>
<tr>
<td>assertElementPresent</td>
<td>//textarea[@id="description"]</td>
<td></td>
</tr>
<tr>
<td>assertValue</td>
<td>//textarea[@id="description"]</td>
<td>TEST-SLAPOSJS-PROJECT DESCRIPTION</td>
</tr>
<tal:block tal:define="delete_configuration python: {'header_title': 'Delete Project: ${title}',
'notification_text': 'Project is Deleted.'};
dummy python: context.REQUEST.set('mapping', {'title': 'TEST-SLAPOSJS-PROJECT 0'})">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment