-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
cy commands with options object should not display as Object{N} in the Command Log #678
Comments
* driver, server: visit with a POST [wip] * driver, server: allow sending body, headers, method in .visit * driver: test: doublequotes * driver: api cleanup, error handling * driver, server: tests * driver: only recognize visit(opts) if options is sole argument * server: don't confuse options * driver: validate method passed to 'visit' * driver: validate that headers is an object * driver: shows URL and not object in command log (fixes part of #678) * cli: add new cy.visit(opts) invocation
I would like to attempt to resolve this issue. Can you please provide me with some guidance on which files are involved? We should update the labels. Instead of using |
test |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
This issue has been closed due to inactivity. |
Current behavior:
Prints visit "Object{4}" ? this is confusing because I only passed single timeout option and I cannot see the fields in that object. Devtools does not show anything on click
Desired behavior:
...
?How to reproduce:
Do
cy.visit
with extra options, like belowTest code:
Additional Info (images, stack traces, etc)
The text was updated successfully, but these errors were encountered: