diff --git a/services/web/test/frontend/features/source-editor/helpers/mock-scope.ts b/services/web/test/frontend/features/source-editor/helpers/mock-scope.ts index be672ed874..f4d9fa6a19 100644 --- a/services/web/test/frontend/features/source-editor/helpers/mock-scope.ts +++ b/services/web/test/frontend/features/source-editor/helpers/mock-scope.ts @@ -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'],