Is there any way to hide a log in cypress? as per docs, this should work: cy.get("#id").type( password, { log: false });