Skip to content

Commit

Permalink
ope
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed Jun 10, 2024
1 parent 92b8948 commit 8e27387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/scenarios/api-test-pptr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8e27387

Please sign in to comment.