Skip to content

Commit ad3c467

Browse files
committed
fix test
1 parent f90abcd commit ad3c467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/src/cypress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ class $Cypress {
814814
return resolve(reply.response)
815815
}
816816

817-
return Cypress.emit(backendRequestNamespace, eventName, ...args, fn)
817+
return this.emit(backendRequestNamespace, eventName, ...args, fn)
818818
})
819819
}
820820

0 commit comments

Comments
 (0)