Skip to content

Commit 31a0f1d

Browse files
author
DavertMik
committed
fixed tests
1 parent f6ca98c commit 31a0f1d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/unit/actor_test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ describe('Actor', () => {
4343
event.cleanDispatcher()
4444
})
4545

46-
it('should init actor on store', () => {
47-
expect(store.actor).toBeTruthy()
48-
})
49-
5046
it('should collect pageobject methods in actor', async () => {
5147
const poI = actor({
5248
customStep: () => {},

0 commit comments

Comments
 (0)