pageInteraction.setValue("conversation3:value3", "3")
.click("conversation3:submit")
.checkState(Pages.Conversation.Result.class);
pageInteraction.checkTextValue("value1", "1");
pageInteraction.checkTextValue("value2", "2");
pageInteraction.checkTextValue("value3", "3");
pageInteraction.useForm("form").click("form:restartConversation");
pageInteraction.checkTextValue("value1", "");