mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-03-21 12:03:09 +00:00
devops: remove playwright-cli from this repo (#1378)
This commit is contained in:
@@ -400,7 +400,7 @@ test.describe('CLI with extension', () => {
|
||||
const confirmationPage = await confirmationPagePromise;
|
||||
|
||||
// Click the Allow button
|
||||
await confirmationPage.getByRole('button', { name: 'Connect' }).first().click();
|
||||
await confirmationPage.getByRole('button', { name: 'Allow' }).click();
|
||||
|
||||
// Wait for the CLI command to complete
|
||||
const { output } = await cliPromise;
|
||||
|
||||
Reference in New Issue
Block a user