From 8e27387e7847f5ddf8c6a2f570181a20424f4338 Mon Sep 17 00:00:00 2001 From: Adam Raine Date: Mon, 10 Jun 2024 13:27:01 -0700 Subject: [PATCH] ope --- core/test/scenarios/api-test-pptr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/test/scenarios/api-test-pptr.js b/core/test/scenarios/api-test-pptr.js index fa53f47bba26..08ff01633985 100644 --- a/core/test/scenarios/api-test-pptr.js +++ b/core/test/scenarios/api-test-pptr.js @@ -163,7 +163,7 @@ describe('Individual modes API', function() { }); // eslint-disable-next-line max-len - it.only('should know target type of network requests from frames created before timespan', async () => { + it('should know target type of network requests from frames created before timespan', async () => { const spy = jestMock.spyOn(TargetManager.prototype, '_onExecutionContextCreated'); state.server.baseDir = `${LH_ROOT}/cli/test/fixtures`; const {page, serverBaseUrl} = state;