test: verify the log in close/navigate test (#505)
This commit is contained in:
parent
656779531c
commit
f31ef598bc
12 changed files with 79 additions and 41 deletions
|
|
@ -22,7 +22,7 @@ import { test, expect } from './fixtures.js';
|
|||
test('check that trace is saved', async ({ startClient, server }, testInfo) => {
|
||||
const outputDir = testInfo.outputPath('output');
|
||||
|
||||
const client = await startClient({
|
||||
const { client } = await startClient({
|
||||
args: ['--save-trace', `--output-dir=${outputDir}`],
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue