From aac18cd683cf3c79827425700f3f3ccbe75ab8d2 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 26 Mar 2020 13:00:46 +1100 Subject: [PATCH] await reversion --- integration_test/integration_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/integration_test.js b/integration_test/integration_test.js index f465b5e65..1315d7a8f 100644 --- a/integration_test/integration_test.js +++ b/integration_test/integration_test.js @@ -18,7 +18,7 @@ before(async () => { // start the app once before all tests to get the platform-dependent // path of user data and store it to common.USER_DATA_ROOT_FOLDER const app1 = await common.startApp(); - common.USER_DATA_ROOT_FOLDER = app1.electron.remote.app.getPath( + common.USER_DATA_ROOT_FOLDER = await app1.electron.remote.app.getPath( 'appData' ); await common.stopApp(app1);