-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix internal tool usage #35156
Conversation
This comment has been minimized.
This comment has been minimized.
@@ -66,12 +66,13 @@ export class Server { | |||
} | |||
|
|||
private async _createBrowser(): Promise<playwright.Browser> { | |||
const headless = process.env.PLAYWRIGHT_HEADLESS === '1' || process.env.PLAYWRIGHT_HEADLESS === 'true'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it headed by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for demo purposes for now
const elementProperties = { | ||
element: { | ||
type: 'string', | ||
description: 'Element label, description of any other text to describe the element', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: 'Element label, description of any other text to describe the element', | |
description: 'Element label, description or any other text to describe the element', |
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Yury Semikhatsky <[email protected]> Signed-off-by: Pavel Feldman <[email protected]>
Test results for "tests 1"1 failed 6 flaky38708 passed, 807 skipped Merge workflow run. |
No description provided.