[Bumped Version] 8.0.3

This commit is contained in:
Maxime GRIS
2020-08-12 22:41:23 +02:00
parent e3d2fca902
commit 00ce4108ee
3 changed files with 18 additions and 6 deletions

View File

@@ -9,9 +9,7 @@ describe('angular-electron App', function () {
let client: SpectronClient;
beforeEach(async function() {
await this.app.start();
beforeEach(function() {
client = this.app.client;
});