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 bac7ccc commit 60cd45cCopy full SHA for 60cd45c
test/register.spec.js
@@ -21,7 +21,9 @@ describe("register", () => {
21
22
describe("methods", () => {
23
it("should register all LocalStorage public methods as commands on Cypress", () => {
24
- expect(cypressMock.stubs.Commands.add.callCount).toEqual(LocalStorage.publicMethods.length);
+ expect(cypressMock.stubs.Commands.add.callCount).toEqual(
25
+ LocalStorage.cypressCommands.length
26
+ );
27
});
28
29
it("should register clearLocalStorageSnapshot method", () => {
0 commit comments