-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
pkg/driverThis is due to an issue in the packages/driver directoryThis is due to an issue in the packages/driver directory
Description
Current behavior
Currently cy.stub().log(false)
will also disable showing # calls in the UI which, IMO, isn't what one would expect.
See the below screenshot:
Desired behavior
When .log(false)
is called, the stub command log shouldn't appear (this is not the issue), BUT the # calls should still show.
Test code to reproduce
Here's the repo to reproduce: https://github.com/exalted/cypress-stub-log-bug. All you need to do is to run npm run cypress:open
.
Cypress Version
8.3.1
Other
No response
Metadata
Metadata
Assignees
Labels
pkg/driverThis is due to an issue in the packages/driver directoryThis is due to an issue in the packages/driver directory