test: codegen #28663 follow-up (#28673)

This commit is contained in:
Max Schmitt 2023-12-15 12:05:13 -08:00 committed by GitHub
parent 665bce64ae
commit 39bdbbf029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ import { test, expect } from './inspectorTest';
const emptyHTML = new URL('file://' + path.join(__dirname, '..', '..', 'assets', 'empty.html')).toString();
const launchOptions = (channel: string) => {
return channel ? `Channel = "${channel}",\n Headless = false,` : `Headless = false,`;
return channel ? `Channel = "${channel}",\n Headless = false,` : `Headless = false,`;
};
function capitalize(browserName: string): string {