diff --git a/test/playwright/TestUtils.ts b/test/playwright/TestUtils.ts index c18426c9..5657b79d 100644 --- a/test/playwright/TestUtils.ts +++ b/test/playwright/TestUtils.ts @@ -247,6 +247,7 @@ class TerminalBufferNamespaceProxy implements PlaywrightApiProxy term.buffer.alternate)); } } +// TODO: Adopt PlaywrightApiProxy class TerminalBufferProxy /* implements EnsureAsyncProperties*/ { constructor( private readonly _page: Page, @@ -275,6 +276,7 @@ class TerminalBufferProxy /* implements EnsureAsyncProperties*/ { } } +// TODO: Adopt PlaywrightApiProxy class TerminalBufferLine { constructor( private readonly _page: Page, @@ -305,6 +307,7 @@ class TerminalBufferLine { } } +// TODO: Adopt PlaywrightApiProxy class TerminalBufferCell { constructor( private readonly _page: Page,