chore: introduce response type (#738)
This commit is contained in:
parent
c2b98dc70b
commit
601a74305c
32 changed files with 443 additions and 526 deletions
|
|
@ -47,7 +47,8 @@ test('browser_evaluate (element)', async ({ client, server }) => {
|
|||
element: 'body',
|
||||
ref: 'e1',
|
||||
},
|
||||
})).toContainTextContent(`- Result: "red"`);
|
||||
})).toContainTextContent(`### Result
|
||||
"red"`);
|
||||
});
|
||||
|
||||
test('browser_evaluate (error)', async ({ client, server }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue