omitCookies

This commit is contained in:
Simon Knott 2024-09-17 16:41:28 +02:00
parent 507e515cb2
commit 62b92111ee
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -844,6 +844,7 @@ it('should respect minimal mode for API Requests', async ({ contextFactory, serv
expect(entries).toHaveLength(1);
const [entry] = entries;
expect(entry.timings).toEqual({ receive: -1, send: -1, wait: -1 });
expect(entry.request.cookies).toEqual([]);
});
it('should include redirects from API request', async ({ contextFactory, server }, testInfo) => {