Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subsequent POST request with different request body will not get recorded #12

Open
Kastet opened this issue Dec 18, 2018 · 2 comments
Open

Comments

@Kastet
Copy link
Contributor

Kastet commented Dec 18, 2018

Hello,

Use case

  1. Log in with an incorrect password, expect an error message, dismiuss the message
  2. Log in with the correct password, expect to be in logged in state

Problem

The subsequent request/response won't get recorded in the trace file because Succulent doesn't look at POST body and won't see the the subsequent request as a different request.

@romainbiard
Copy link

same issue

@TomCarey
Copy link
Collaborator

Right, whilst not quite the same as comparing the request body, I've made a PR to consider subsequent posts as being different from each other. Any chance you could give this branch a test in your setup and let me know if it made things better or worse #13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants