// close conversation
pageInteraction.useForm("form").click("form:closeConversation");
pageInteraction.checkTextValue("value1", "");
pageInteraction.checkTextValue("value2", "");
pageInteraction.checkTextValue("value3", "");
}
@Test
public void testConversationDialogRestart() throws Exception