We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856c4f3 commit 588892aCopy full SHA for 588892a
tests/McpResponse.test.ts
@@ -95,7 +95,7 @@ uid=1_0 RootWebArea "My test page"
95
});
96
97
98
- it.only('returns verbose snapshot', async () => {
+ it('returns verbose snapshot', async () => {
99
await withBrowser(async (response, context) => {
100
const page = context.getSelectedPage();
101
await page.setContent(html`<aside>test</aside>`);
0 commit comments