Skip to content

Commit 80954a8

Browse files
committed
chore(test): update storage path to store in .e2e
1 parent ec43401 commit 80954a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/e2e/src/guides/add-permitted-address-guide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const authManager = createAuthManager({
6363
storage: storagePlugins.localStorageNode({
6464
appName: 'my-local-testing-app',
6565
networkName: 'local-test',
66-
storagePath: './lit-auth-local',
66+
storagePath: './.e2e/add-permitted-address-guide/lit-auth-local',
6767
}),
6868
});
6969
console.log('✅ Created Auth Manager');

packages/e2e/src/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export const init = async (
205205
storage: storagePlugins.localStorageNode({
206206
appName: 'my-local-testing-app',
207207
networkName: _network,
208-
storagePath: './lit-auth-local',
208+
storagePath: './.e2e/lit-auth-local',
209209
}),
210210
});
211211

packages/e2e/src/tickets/v7-encrypt-decrypt-compatability.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('v7 encrypt decrypt compatability', () => {
1515
storage: storagePlugins.localStorageNode({
1616
appName: 'v7-compatability',
1717
networkName: 'naga-dev',
18-
storagePath: './lit-auth-local',
18+
storagePath: './.e2e/v7-encrypt-decrypt-compatability/lit-auth-local',
1919
}),
2020
});
2121

0 commit comments

Comments
 (0)