Skip to content

Commit

Permalink
Try pcapng
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 23, 2024
1 parent 04a15b4 commit dea4211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zui-player/tests/packets.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ play('packets.spec', (app, test) => {
test.setTimeout(120000);
app.page.setDefaultTimeout(120000);
}
await app.dropFile(getPath('sample.pcap'));
await app.dropFile(getPath('sample.pcapng'));
await app.attached(/Successfully loaded into sample.pcap/);
});

Expand Down

0 comments on commit dea4211

Please sign in to comment.