assert isLongRunning(page);
// begin a conversation again and check that IllegalStateException is thrown
HtmlSubmitInput beginConversationButton2 = getFirstMatchingElement(page, HtmlSubmitInput.class,
"beginConversationAndSwallowException");
page = beginConversationButton2.click();
assert page.getBody().getTextContent().contains("Hello world!");
}
@Test(groups = { CONTEXTS })
@SpecAssertions({ @SpecAssertion(section = "6.7.4", id = "g"), @SpecAssertion(section = "6.7.5", id = "k"),