mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
parent
52e0f91d25
commit
14253f3cd9
@ -75,7 +75,8 @@ export function setup(options?: { skipSuite: boolean }) {
|
||||
await terminal.assertTerminalGroups([
|
||||
[{ name }]
|
||||
]);
|
||||
await terminal.waitForTerminalText(buffer => buffer.some(e => e.includes('terminal_test_content')));
|
||||
// There can be line wrapping, so remove newlines #216464
|
||||
await terminal.waitForTerminalText(buffer => buffer.some(e => e.replaceAll('\n', '').includes('terminal_test_content')));
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user