createTopicWhithoutModeration
setTimeout 120000
open /nuxeo/logout
open /nuxeo/nxpath/default/default-domain/workspaces/testworskspace1/testforum1@view_documents
type username jdoe
type password jdoe1
clickAndWait Submit
select //select[@class="langSelect"] label=English (United Kingdom)
clickAndWait //input[@class='langSubmit']
clickAndWait link=New topic
type //input[@class="dataInputText"] testTopicWithoutModeration
check //input[@value="false"]
clickAndWait //input[@value="Create"]
verifyTextPresent testTopicWithoutModeration
clickAndWait link=Log out
open /nuxeo/nxpath/default/default-domain/workspaces/testworskspace1/testforum1@view_documents
type username bree
type password bree1
clickAndWait Submit
select //select[@class="langSelect"] label=English (United Kingdom)
clickAndWait //input[@class='langSubmit']
verifyTextPresent You are logged as bree
verifyElementPresent link=testTopicWithoutModeration
verifyTextPresent Moderation
verifyTextPresent No
clickAndWait link=Log out