pageInteraction.checkTextValue("value1", "1");
pageInteraction.checkTextValue("value2", "new2");
pageInteraction.checkTextValue("value3", "new3");
// close conversation
pageInteraction.useForm("form").click("form:closeConversation");
pageInteraction.checkTextValue("value1", "");
pageInteraction.checkTextValue("value2", "");
pageInteraction.checkTextValue("value3", "");
}