We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Generating test case content with CTRL + space should add something like
const response = await insomnia.send(); expect(response.status).to.equal(200);
Instead it returns
const response-Infinity = await insomnia.send(); expect(response-Infinity.status).to.equal(200);
No response
8.4.2
macOS
13.5.2 (22G91)
update in place after download
The text was updated successfully, but these errors were encountered:
👋 @mod42 managed to reproduce. Thanks for the issue. We will add a fix on the next release!
Steps to reproduce:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Expected Behavior
Generating test case content with CTRL + space should add something like
Actual Behavior
Instead it returns
Reproduction Steps
Is there an existing issue for this?
Additional Information
No response
Insomnia Version
8.4.2
What operating system are you using?
macOS
Operating System Version
13.5.2 (22G91)
Installation method
update in place after download
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: