Skip to content

Commit 1154bce

Browse files
committed
Remove test
1 parent 3b6854c commit 1154bce

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

spec/src/utils/humanity-check.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,6 @@ describe('ConstructorIO - Utils - Humanity Check', () => {
115115
helpers.triggerResize();
116116
expect(humanity.isBot()).to.equal(false);
117117
});
118-
119-
it('Should support getIsHumanFromSessionStorage alias', () => {
120-
store.local.set(storageKey, true);
121-
const humanity = new HumanityCheck({ humanityCheckLocation: 'local' });
122-
123-
expect(humanity.getIsHumanFromSessionStorage()).to.equal(true);
124-
});
125118
});
126119

127120
describe('isBot', () => {

0 commit comments

Comments
 (0)