[cypress] Avoid logging stubbed Angular events (#13983)

GitOrigin-RevId: 7268822768aaeeb54c2c42d854d73dcecc57016d
This commit is contained in:
Alf Eaton 2023-08-04 08:35:17 +01:00 committed by Copybot
parent 0a470fb54f
commit b1d6770f1c

View file

@ -90,9 +90,9 @@ export const mockScope = (content?: string) => {
refreshResolvedCommentsDropdown: cy.stub(() => sleep(1000)),
onlineUserCursorHighlights: {},
permissionsLevel: 'owner',
$on: cy.stub(),
$broadcast: cy.stub(),
$emit: cy.stub(),
$on: cy.stub().log(false),
$broadcast: cy.stub().log(false),
$emit: cy.stub().log(false),
$root: {
_references: {
keys: ['foo'],