Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
60a998b4
Commit
60a998b4
authored
Nov 17, 2022
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Plain Diff
Depends on erp5_corporate_identity
See merge request
nexedi/slapos.core!449
parents
48d46cca
bc80f01c
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
742 additions
and
1181 deletions
+742
-1181
master/bt5/slapos_configurator/TestTemplateItem/portal_components/test.erp5.testSlapOSConfigurator.py
...tem/portal_components/test.erp5.testSlapOSConfigurator.py
+12
-0
master/bt5/slapos_erp5/TestTemplateItem/portal_components/test.erp5.testSlapOSERP5SkinSelection.py
...ortal_components/test.erp5.testSlapOSERP5SkinSelection.py
+722
-1174
master/bt5/slapos_jio/bt/dependency_list
master/bt5/slapos_jio/bt/dependency_list
+1
-0
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSInvoiceUnpaid.zpt
...portal_tests/slaposjs_zuite/testSlapOSJSInvoiceUnpaid.zpt
+6
-6
master/product/SlapOS/tests/testSlapOSMixin.py
master/product/SlapOS/tests/testSlapOSMixin.py
+1
-1
No files found.
master/bt5/slapos_configurator/TestTemplateItem/portal_components/test.erp5.testSlapOSConfigurator.py
View file @
60a998b4
...
...
@@ -214,6 +214,7 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'item_module'
,
'knowledge_pad_module'
,
'meeting_module'
,
'notebook_module'
,
'notification_message_module'
,
'open_internal_order_module'
,
'open_purchase_order_module'
,
...
...
@@ -245,12 +246,17 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'sale_trade_condition_module'
,
'service_module'
,
'service_report_module'
,
'smart_assistant_file_module'
,
'smart_assistant_image_module'
,
'smart_assistant_sound_module'
,
'smart_assistant_text_module'
,
'software_installation_module'
,
'software_instance_module'
,
'software_licence_module'
,
'software_product_module'
,
'software_publication_module'
,
'software_release_module'
,
'sound_module'
,
'subscription_condition_module'
,
'subscription_request_module'
,
'support_request_module'
,
...
...
@@ -260,6 +266,7 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'test_page_module'
,
'transformation_module'
,
'upgrade_decision_module'
,
'video_module'
,
'web_page_module'
,
'web_site_module'
,
]
...
...
@@ -364,6 +371,11 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'erp5_slapos_tutorial_data'
,
'erp5_slideshow_style'
,
'erp5_authentication_policy'
,
'erp5_multimedia'
,
'erp5_corporate_identity'
,
'erp5_officejs'
,
'erp5_notebook'
,
'erp5_smart_assistant'
,
'erp5_interaction_drop'
,
'slapos_mysql_innodb_catalog'
,
'slapos_cloud'
,
...
...
master/bt5/slapos_erp5/TestTemplateItem/portal_components/test.erp5.testSlapOSERP5SkinSelection.py
View file @
60a998b4
This diff is collapsed.
Click to expand it.
master/bt5/slapos_jio/bt/dependency_list
View file @
60a998b4
slapos_web
erp5_project
erp5_hal_json_style
erp5_corporate_identity
slapos_cloud
slapos_slap_tool
\ No newline at end of file
master/bt5/slapos_jio_ui_test/PathTemplateItem/portal_tests/slaposjs_zuite/testSlapOSJSInvoiceUnpaid.zpt
View file @
60a998b4
...
...
@@ -66,12 +66,12 @@
</tal:block>
<tr>
<td>
waitForElementPresent
</td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
text()=\'%s\'
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
contains(text(), \'%s\')
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
text()=\'%s\'
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
contains(text(), \'%s\')
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td></td>
</tr>
<tr>
...
...
@@ -155,12 +155,12 @@
</tal:block>
<tr>
<td>
waitForElementPresent
</td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
text()=\'%s\'
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
contains(text(), \'%s\')
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
text()=\'%s\'
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
contains(text(), \'%s\')
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td></td>
</tr>
<tr>
...
...
@@ -274,12 +274,12 @@
</tr>
<tr>
<td>
waitForElementPresent
</td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
text()=\'%s\'
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
contains(text(), \'%s\')
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td></td>
</tr>
<tr>
<td>
assertElementPresent
</td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
text()=\'%s\'
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td
tal:content=
"python: '//div[contains(@data-gadget-url, \'gadget_slapos_invoice_state.html\')]//a[
contains(text(), \'%s\')
]' % (here.Base_translateString('Pay Now', lang=lang))"
></td>
<td></td>
</tr>
<tr>
...
...
master/product/SlapOS/tests/testSlapOSMixin.py
View file @
60a998b4
...
...
@@ -352,7 +352,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
def
_getSiteCreationParameterDict
(
self
):
kw
=
super
(
testSlapOSMixin
,
self
).
_getSiteCreationParameterDict
()
bt5_repository_path_list
=
self
.
_getBusinessRepositoryPathList
(
[
'erp5_core'
]
+
[
'erp5_slapos_tutorial
'
]
+
list
(
self
.
getBusinessTemplateList
()))
[
'erp5_core'
,
'erp5_slapos_tutorial'
,
'erp5_notebook
'
]
+
list
(
self
.
getBusinessTemplateList
()))
kw
[
"bt5_repository_url"
]
=
" "
.
join
(
bt5_repository_path_list
)
return
kw
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment