mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix test "Proposed API check"
This commit is contained in:
@@ -35,7 +35,7 @@ describe('API Integration Tests', function(): void {
|
||||
await openTerminal(page, { allowProposedApi: false });
|
||||
await page.evaluate(`
|
||||
try {
|
||||
window.term.buffer;
|
||||
window.term.markers;
|
||||
} catch (e) {
|
||||
window.throwMessage = e.message;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user