re-enable terminal tabs test (#148966)

This commit is contained in:
Megan Rogge 2022-05-25 12:54:31 -07:00 committed by GitHub
parent 280f1be7ba
commit 22806eaa8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ export function setup() {
await terminal.assertSingleTab({ name });
});
it.skip('should reset the tab name to the default value when no name is provided', async () => { // https://github.com/microsoft/vscode/issues/146796
it('should reset the tab name to the default value when no name is provided', async () => {
await terminal.createTerminal();
const defaultName = await terminal.getSingleTabName();
const name = 'my terminal name';