From e65ef81cf51746616182a822bd6933bf0d16717a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Feb 2023 11:56:58 +0100 Subject: Update server dependencies --- client/e2e/src/utils/hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/e2e/src') diff --git a/client/e2e/src/utils/hooks.ts b/client/e2e/src/utils/hooks.ts index 8baf9fb44..e57584b44 100644 --- a/client/e2e/src/utils/hooks.ts +++ b/client/e2e/src/utils/hooks.ts @@ -22,7 +22,7 @@ function afterLocalSuite () { } async function beforeLocalSession (config: { baseUrl: string }, capabilities: { browserName: string }) { - await createScreenshotsDirectory() + createScreenshotsDirectory() appInstance = capabilities['browserName'] === 'chrome' ? 1 -- cgit v1.2.3