test: revert - skip restore

This commit is contained in:
Pranav C
2024-02-07 12:26:51 +00:00
parent 5abc3372f1
commit 71eb5977e2
3 changed files with 5 additions and 3 deletions

View File

@@ -412,7 +412,7 @@ const setup = async ({
}
await page.addInitScript(
async ({ token }) => {
if (location.search?.match(/code=|short-token=|skipRestore/)) return;
if (location.search?.match(/code=|short-token=/)) return;
try {
let initialLocalStorage = {};
try {