mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
[cypress] Avoid logging stubbed Angular events (#13983)
GitOrigin-RevId: 7268822768aaeeb54c2c42d854d73dcecc57016d
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user