Remove stray only
This commit is contained in:
parent
633d222b45
commit
badeb1386c
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
import { test as it, expect } from './pageTest';
|
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(() => {
|
await page.evaluate(() => {
|
||||||
globalThis.objectToDestroy = {};
|
globalThis.objectToDestroy = {};
|
||||||
globalThis.weakRef = new WeakRef(globalThis.objectToDestroy);
|
globalThis.weakRef = new WeakRef(globalThis.objectToDestroy);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue