mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Allowed more time for build task to prevent native dialog popup that blocks the test. Added missing comma in search test.
This commit is contained in:
@@ -32,6 +32,7 @@ export function testTasks() {
|
||||
|
||||
it(`is able to select 'Git' output`, async function () {
|
||||
await tasks.build();
|
||||
await app.wait();
|
||||
await tasks.selectOutputViewType('Git');
|
||||
const viewType = await tasks.getOutputViewType();
|
||||
assert.equal(viewType, 'Git');
|
||||
|
||||
Reference in New Issue
Block a user