chore: mark v0.0.64 (#1371)

This commit is contained in:
Pavel Feldman
2026-02-05 17:11:02 -08:00
committed by GitHub
parent de6776f318
commit e39e83bb13
12 changed files with 67 additions and 55 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: 'Allow' }).click();
await confirmationPage.getByRole('button', { name: 'Connect' }).first().click();
// Wait for the CLI command to complete
const { output } = await cliPromise;