test with html

This commit is contained in:
Simon Knott 2024-10-10 11:41:30 +02:00
parent 9f0965a0b2
commit cd76bb7d3e
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -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>'),
}); });
}); });
}); });