6162636465666768697071
LOG.info("Found " + endpointLinks.size() + " endpoints links!"); // lets create a new endpoint new EndpointsPage(getWebDriver()).createEndpoint(newEndpointUri); assertThat(getTitle(), containsString(newEndpointUri)); // now lets send a message to it
6061626364656667686970