Skip to content

Commit a161af9

Browse files
authored
chore(test-app): fix E2E test
1 parent 551c7c2 commit a161af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-app/e2e/main.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (CIRCLE_WORKFLOW_ID) {
2020
await element(by.text('Flush')).tap()
2121

2222
await Promise.all(
23-
require('../src/calls.json').map(([type, ...args]) =>
23+
require('../seed/calls.json').map(([type, ...args]) =>
2424
hasMatchingCall(type, ...args)
2525
)
2626
)

0 commit comments

Comments
 (0)