test with html
This commit is contained in:
parent
9f0965a0b2
commit
cd76bb7d3e
|
|
@ -889,8 +889,8 @@ for (const useIntermediateMergeReport of [false] as const) {
|
|||
await test.step('step', async () => {
|
||||
testInfo.attachments.push({
|
||||
name: 'step-attachment.txt',
|
||||
contentType: 'text/plain',
|
||||
body: Buffer.from('foo'),
|
||||
contentType: 'text/html',
|
||||
body: Buffer.from('<h1>step attachment</h1>'),
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue