Commit 464be9d9 authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel_ui_test: check all project related documents as project manager

parent 2c757063
...@@ -101,6 +101,10 @@ ...@@ -101,6 +101,10 @@
<tal:block metal:define-macro="check_consistency"> <tal:block metal:define-macro="check_consistency">
<tal:block metal:use-macro="here/Zuite_SlapOSPanelTemplate/macros/logout" />
<tal:block tal:define="login_configuration python: {'user': user_configuration['manager_login'], 'password': user_configuration['passwd']}">
<tal:block metal:use-macro="here/Zuite_SlapOSPanelTemplate/macros/login" />
</tal:block>
<tal:block metal:use-macro="here/Zuite_SlapOSPanelTemplate/macros/wait_for_activities" /> <tal:block metal:use-macro="here/Zuite_SlapOSPanelTemplate/macros/wait_for_activities" />
<tal:block tal:define="click_configuration python: {'text': 'Search'}"> <tal:block tal:define="click_configuration python: {'text': 'Search'}">
......
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