diff --git a/tests/page/page-force-gc.spec.ts b/tests/page/page-force-gc.spec.ts index 507c4b52e6..38e60d6aaf 100644 --- a/tests/page/page-force-gc.spec.ts +++ b/tests/page/page-force-gc.spec.ts @@ -16,7 +16,7 @@ import { test as it, expect } from './pageTest'; -it.only('should work', async function({ page, browserName }) { +it('should work', async function({ page, browserName }) { await page.evaluate(() => { globalThis.objectToDestroy = {}; globalThis.weakRef = new WeakRef(globalThis.objectToDestroy);