Commit 85317472 authored by Jérome Perrin's avatar Jérome Perrin

web_manifest_test: rename a misnamed functional test

parent 70b92437
Pipeline #21580 failed with stage
in 0 seconds
......@@ -33,7 +33,7 @@ from Products.ERP5Type.tests.ERP5TypeFunctionalTestCase import ERP5TypeFunctiona
class TestZeleniumCore(ERP5TypeFunctionalTestCase):
foreground = 0
run_only = "erp5_web_manifest_ui_zuite"
def getBusinessTemplateList(self):
return (
'erp5_web_renderjs_ui',
......
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>default_reference</string> </key>
<value> <string>testManifest</string> </value>
<value> <string>testFunctionalManifest</string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -18,7 +18,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>test.erp5.testManifest</string> </value>
<value> <string>test.erp5.testFunctionalManifest</string> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
......
test.erp5.testManifest
\ No newline at end of file
test.erp5.testFunctionalManifest
\ No newline at end of file
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