[KSS-checkins] r53884 - kukit/kss.demo/branch/1.4-kss-test/kss/demo/browser
reebalazs at codespeak.net
reebalazs at codespeak.net
Sat Apr 19 18:57:35 CEST 2008
Author: reebalazs
Date: Sat Apr 19 18:57:35 2008
New Revision: 53884
Modified:
kukit/kss.demo/branch/1.4-kss-test/kss/demo/browser/kss-selenium-create-sandbox-ui.pt
Log:
Other changes on the sandbox creation ui
Modified: kukit/kss.demo/branch/1.4-kss-test/kss/demo/browser/kss-selenium-create-sandbox-ui.pt
==============================================================================
--- kukit/kss.demo/branch/1.4-kss-test/kss/demo/browser/kss-selenium-create-sandbox-ui.pt (original)
+++ kukit/kss.demo/branch/1.4-kss-test/kss/demo/browser/kss-selenium-create-sandbox-ui.pt Sat Apr 19 18:57:35 2008
@@ -19,7 +19,7 @@
admin_password request/admin_password |nothing;
has_credentials python: admin_username and admin_password">
- <h2>Sandbox creation for application "<span tal:replace="application">SETUP</span>"
+ <h2>Sandbox creation for application "<span tal:replace="application">kss core</span>"
by method <code tal:replace="method_name">@@testmethod</code></h2>
<tal:condition condition="has_credentials">
@@ -47,11 +47,11 @@
tal:attributes="action string:${context/@@absolute_url}/${method_name}">
<fieldset>
<h3>
- Create Plone test site
+ Create sandbox for "<span tal:replace="application">kss core</span>"
</h3>
<p class="help">
- If the site creation succeeds, you will receive an OK message as a response.
+ If the sandbox creation succeeds, you will receive an OK message as a response.
If there was an error, the script will tell you details about the error happened.
Otherwise, you need consult the event logs of your server.
</p>
@@ -74,7 +74,7 @@
<p>
The page does not contain the credentials needed to become a Manager, required
- to achieve the site creation. There is chance that you have arrived to this page
+ to achieve the sandbox creation. There is chance that you have arrived to this page
by mistake. This page is normally run from a selenium testsuite, where this
imformation is provided through the <code>admin_username</code>
and <code>admin_password</code> parameters, together with
More information about the Kukit-checkins
mailing list