remove newline

This commit is contained in:
Simon Knott 2025-02-06 13:03:01 +01:00
parent 2116f5f290
commit feab17ed03
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -437,6 +437,5 @@ it('should support IndexedDB', async ({ page, server, contextFactory }) => {
- text: /Pet the cat/
`);
expect(await context.storageState({ indexedDB: false })).toEqual({ cookies: [], origins: [] });
});