devops: remove playwright-cli from this repo (#1378)

This commit is contained in:
Yury Semikhatsky
2026-02-06 13:40:38 -08:00
committed by GitHub
parent a3d2ba699a
commit 1c8807acef
15 changed files with 210 additions and 1045 deletions

View File

@@ -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;