Skip to content

Commit 1ff1d82

Browse files
committed
removed calledOnce check as other events are triggered as well
1 parent f9da60d commit 1ff1d82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/logger_spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ describe('Logger', () => {
2020
});
2121

2222
cy.get('@spy').should((consoleSpy) => {
23-
expect(consoleSpy).to.have.been.calledOnce;
2423
expect(consoleSpy).to.have.been.calledWith(
2524
"Binded event handlers"
2625
);

0 commit comments

Comments
 (0)