mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Re-enable vscode.open tab est
This commit is contained in:
@@ -394,8 +394,7 @@ suite('vscode API - window', () => {
|
||||
await group1Tabs[0].move(1, ViewColumn.One);
|
||||
});
|
||||
|
||||
// TODO @lramos15 debug this test to figure out why it's failing
|
||||
test.skip('Tabs - vscode.open & vscode.diff', async function () {
|
||||
test('Tabs - vscode.open & vscode.diff', async function () {
|
||||
// Simple function to get the active tab
|
||||
const getActiveTab = () => {
|
||||
return window.tabGroups.groups.find(g => g.isActive)?.activeTab;
|
||||
|
||||
Reference in New Issue
Block a user