mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 07:34:00 -05:00
e3105fa17f
* Update Cypress.log to throw when not provided an object as its argument * Add failing e2e test for Cypress.log being used without a cy command * Write code to handle situation when log is run outside of a command - add snapshot for passing situation * have options be obj by default * Replace end to end test with unit integration test * Fix issue where if Cypress.Log is not passed a name, then the Command component wouldn't render * remove excess whitespace