mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Fix tests attempt number two
This commit is contained in:
@@ -435,7 +435,6 @@ suite('vscode API - window', () => {
|
||||
tabs = window.tabs;
|
||||
// Tabs should now be B -> C -> A
|
||||
assert.strictEqual(tabs[1].resource?.toString(), docC.uri.toString());
|
||||
|
||||
await tabs[2].move(1000, ViewColumn.Two);
|
||||
assert.strictEqual(tabs.length, 3);
|
||||
tabs = window.tabs;
|
||||
|
||||
Reference in New Issue
Block a user