Skip to content

Commit 3e7cbd4

Browse files
Update tests/tools/emulation.test.ts
Co-authored-by: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com>
1 parent c06023d commit 3e7cbd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tools/emulation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('emulation', () => {
7474
});
7575
});
7676

77-
it.only('report correctly for the currently selected page', async () => {
77+
it('report correctly for the currently selected page', async () => {
7878
await withBrowser(async (response, context) => {
7979
await emulate.handler(
8080
{

0 commit comments

Comments
 (0)