mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-02-01 08:13:38 +00:00
chore: parse response in tests (#796)
This commit is contained in:
@@ -39,5 +39,7 @@ test('--device should work', async ({ startClient, server, mcpMode }) => {
|
||||
arguments: {
|
||||
url: server.PREFIX,
|
||||
},
|
||||
})).toContainTextContent(`393x659`);
|
||||
})).toHaveResponse({
|
||||
pageState: expect.stringContaining(`393x659`),
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user