Skip to content

Commit

Permalink
update E2E config
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Oct 31, 2024
1 parent 8149a5c commit a685f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/utils/DebugDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const setupLocalStorage = async (page: Page, testInfo: TestInfo) => {
// each value is stringified to match lsservice
for (const [key, value] of Object.entries(storage)) {
localStorage.setItem(
`carbon-ethereum-v1.1-${key}`,
`carbon-ethereum-v1.2-${key}`,
JSON.stringify(value)
);
}
Expand Down

0 comments on commit a685f2a

Please sign in to comment.