From 835112d268dfcdaca59a7f16d0ba323fb76a3694 Mon Sep 17 00:00:00 2001 From: theresa Date: Fri, 13 Aug 2021 21:35:43 +0200 Subject: [PATCH] Tests: Fix formatting --- frontend/tests/acceptance-private/authentication.js | 9 ++++++--- frontend/tests/acceptance/albums.js | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/frontend/tests/acceptance-private/authentication.js b/frontend/tests/acceptance-private/authentication.js index 136a45576..e1d4f9534 100644 --- a/frontend/tests/acceptance-private/authentication.js +++ b/frontend/tests/acceptance-private/authentication.js @@ -5,9 +5,12 @@ import Page from "../acceptance/page-model"; fixture`Test authentication`.page`${testcafeconfig.url}`; const page = new Page(); -test.meta("testID", "authentication-000")("Time to start instance (will be marked as unstable)", async (t) => { - await t.wait(5000); -}); +test.meta("testID", "authentication-000")( + "Time to start instance (will be marked as unstable)", + async (t) => { + await t.wait(5000); + } +); test.meta("testID", "authentication-001")("Login and Logout", async (t) => { //await t.wait(800000); diff --git a/frontend/tests/acceptance/albums.js b/frontend/tests/acceptance/albums.js index 61a6c5d68..d05da2902 100644 --- a/frontend/tests/acceptance/albums.js +++ b/frontend/tests/acceptance/albums.js @@ -6,9 +6,12 @@ fixture`Test albums`.page`${testcafeconfig.url}`; const page = new Page(); -test.meta("testID", "authentication-000")("Time to start instance (will be marked as unstable)", async (t) => { - await t.wait(5000); -}); +test.meta("testID", "authentication-000")( + "Time to start instance (will be marked as unstable)", + async (t) => { + await t.wait(5000); + } +); test.meta("testID", "albums-001")("Create/delete album on /albums", async (t) => { await page.openNav();