chore: roll Playwright, remove localOutputDir (#471)
This commit is contained in:
parent
13cd1b4bd9
commit
f20ae22ec6
15 changed files with 73 additions and 77 deletions
|
|
@ -104,8 +104,8 @@ test('isolated context', async ({ startClient, server }) => {
|
|||
expect(response2).toContainTextContent(`Storage: NO`);
|
||||
});
|
||||
|
||||
test('isolated context with storage state', async ({ startClient, server, localOutputPath }) => {
|
||||
const storageStatePath = localOutputPath('storage-state.json');
|
||||
test('isolated context with storage state', async ({ startClient, server }, testInfo) => {
|
||||
const storageStatePath = testInfo.outputPath('storage-state.json');
|
||||
await fs.promises.writeFile(storageStatePath, JSON.stringify({
|
||||
origins: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue