Skip to content

Commit 588892a

Browse files
Update tests/McpResponse.test.ts
Co-authored-by: Nikolay Vitkov <[email protected]>
1 parent 856c4f3 commit 588892a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/McpResponse.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ uid=1_0 RootWebArea "My test page"
9595
});
9696
});
9797

98-
it.only('returns verbose snapshot', async () => {
98+
it('returns verbose snapshot', async () => {
9999
await withBrowser(async (response, context) => {
100100
const page = context.getSelectedPage();
101101
await page.setContent(html`<aside>test</aside>`);

0 commit comments

Comments
 (0)