This commit is contained in:
Yury Semikhatsky 2024-09-24 18:37:08 -07:00
parent 79ca5f3d36
commit f5919a9a6a
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ async function runTests(args: string[], opts: { [key: string]: any }) {
if (opts.onlyChanged)
throw new Error(`--only-changed is not supported in UI mode. If you'd like that to change, see https://github.com/microsoft/playwright/issues/15075 for more details.`);
const status = await testServer.runUIMode(opts.config, cliOverrides,{
const status = await testServer.runUIMode(opts.config, cliOverrides, {
host: opts.uiHost,
port: opts.uiPort ? +opts.uiPort : undefined,
args,

View file

@ -447,7 +447,7 @@ test('should show proper total when using deps', async ({ runUITest }) => {
test('should respect --tsconfig option', {
annotation: { type: 'issue', description: 'https://github.com/microsoft/playwright/issues/32797' }
},async ({ runUITest }) => {
}, async ({ runUITest }) => {
const { page } = await runUITest({
'playwright.config.ts': `
import { foo } from '~/foo';