We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9da60d commit 1ff1d82Copy full SHA for 1ff1d82
test/logger_spec.js
@@ -20,7 +20,6 @@ describe('Logger', () => {
20
});
21
22
cy.get('@spy').should((consoleSpy) => {
23
- expect(consoleSpy).to.have.been.calledOnce;
24
expect(consoleSpy).to.have.been.calledWith(
25
"Binded event handlers"
26
);
0 commit comments