pageInteraction.checkTextValue("value3", "3");
pageInteraction.click("refresh")
.checkState(Pages.Conversation.Result.class);
pageInteraction.checkTextValue("value1", "1");
pageInteraction.checkTextValue("value2", "2");
pageInteraction.checkTextValue("value3", "3");
pageInteraction.click("back")
.checkState(Pages.Conversation.Conversation3.class)