mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-04 01:44:44 -06:00
parent
1ca3a1c1e5
commit
1adb77d0f4
@ -7,7 +7,7 @@ import { Application, Logger } from '../../../../automation';
|
||||
import { installAllHandlers } from '../../utils';
|
||||
|
||||
export function setup(logger: Logger) {
|
||||
describe('Chat Anonymous', () => {
|
||||
describe.skip('Chat Anonymous', () => {
|
||||
|
||||
// Shared before/after handling
|
||||
installAllHandlers(logger);
|
||||
@ -31,7 +31,7 @@ export function setup(logger: Logger) {
|
||||
await app.workbench.chat.waitForResponse();
|
||||
|
||||
// Wait for model name to appear in footer
|
||||
// await app.workbench.chat.waitForModelInFooter();
|
||||
await app.workbench.chat.waitForModelInFooter();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user