public class AgentApiActions {
RequestSpecification request;
Response response;
ValidatableResponse json;
CookieFilter cookie = new CookieFilter();
public void authenticate() {
request = given().
filter(cookie).
redirects().follow(false).
formParam("username", "jacksmith").
formParam("password", "group123");
}
}
Someone have faced a similar error. I appreciate your insights.
Regards,
Lina
--
You received this message because you are subscribed to the Google Groups "Serenity BDD Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thucydides-users+unsubscribe@googlegroups.com.
To post to this group, send email to thucydides-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.