This commit is contained in:
Joao Moreno 2020-01-23 11:40:48 +01:00
parent abab0c8548
commit 9bec0160f6
No known key found for this signature in database
GPG key ID: 6B67DA2A61830D0A

View file

@ -52,6 +52,7 @@ export function setup() {
await app.workbench.scm.stage('app.js');
await app.workbench.scm.openChange('app.js');
await new Promise(c => setTimeout(c, 1000));
await app.workbench.scm.unstage('app.js');
});