Revert "adjust another smoketest"

This reverts commit bcf50f5d5e.
This commit is contained in:
Andre Weinand 2017-08-08 13:04:08 +02:00
parent c73c381c7c
commit 4aff9d5485

View file

@ -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, 1);
assert.equal(changesCount, 2);
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 () {