@Test
public void js_function_with_param() throws InterruptedException {
// given
browser.get(contextPath.toExternalForm() + "param.jsf");
Warp.initiate(new Activity() {
public void perform() {
Graphene.guardAjax(panel3).click();
}
}).group().observe(request().uri().contains("param")).inspect(new Inspection() {
private static final long serialVersionUID = 1L;