Jimmy Rodriguez
Results
2
issues of
Jimmy Rodriguez
Hi, I need to do drag and drop in my UI project, I'm using serenity Js 2.x and reading the documentation this interaction doesn't exist yet. If is possible add...
enhancement
@serenity-js/web
Hello I have the follow code ``` it("it should gives the token", (done) => { var agent = chai.request.agent(url) agent .post('path') .set({ "Content-Type": "application/x-www-form-urlencoded", }) .send({ "username":"user", "password":"ps", "domain":"ForAllDomains", "authMode":"user",...