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 () => {
|
await test.step('step', async () => {
|
||||||
testInfo.attachments.push({
|
testInfo.attachments.push({
|
||||||
name: 'step-attachment.txt',
|
name: 'step-attachment.txt',
|
||||||
contentType: 'text/plain',
|
contentType: 'text/html',
|
||||||
body: Buffer.from('foo'),
|
body: Buffer.from('<h1>step attachment</h1>'),
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue