mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
adjust another smoketest
This commit is contained in:
@@ -29,10 +29,10 @@ export function testGit() {
|
||||
|
||||
it('verifies current changes are picked up by Git viewlet', async function () {
|
||||
const changesCount = await git.getScmIconChanges();
|
||||
assert.equal(changesCount, 2);
|
||||
assert.equal(changesCount, 1);
|
||||
await git.openGitViewlet();
|
||||
assert.ok(await git.verifyScmChange('app.js'), 'app.js change does not appear in SCM viewlet.');
|
||||
assert.ok(await git.verifyScmChange('launch.json'), 'launch.json change does not appear in SCM viewlet.');
|
||||
//assert.ok(await git.verifyScmChange('launch.json'), 'launch.json change does not appear in SCM viewlet.');
|
||||
});
|
||||
|
||||
it(`verifies 'app.js' diff viewer changes`, async function () {
|
||||
|
||||
Reference in New Issue
Block a user