remove newline
This commit is contained in:
parent
2116f5f290
commit
feab17ed03
|
|
@ -437,6 +437,5 @@ it('should support IndexedDB', async ({ page, server, contextFactory }) => {
|
||||||
- text: /Pet the cat/
|
- text: /Pet the cat/
|
||||||
`);
|
`);
|
||||||
|
|
||||||
|
|
||||||
expect(await context.storageState({ indexedDB: false })).toEqual({ cookies: [], origins: [] });
|
expect(await context.storageState({ indexedDB: false })).toEqual({ cookies: [], origins: [] });
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue