Skip to content

Commit

Permalink
chore: remove test only
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Feb 26, 2024
1 parent b660ed9 commit d65b954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bidiMapper/domains/network/NetworkStorage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ describe('NetworkStorage', () => {
});
});

it.only('should work with non blocking interception and fail response', async () => {
it('should work with non blocking interception and fail response', async () => {
const request = new MockCdpNetworkEvents(cdpClient);
await networkStorage.addIntercept({
urlPatterns: [{type: 'string', pattern: 'http://not.correct.com'}],
Expand Down

0 comments on commit d65b954

Please sign in to comment.