From 3943d30e28494589ba2c3ea53f4a61dbef86bd95 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 19 Jun 2020 20:10:48 +0300 Subject: [PATCH] Updated tests order --- tests/e2e/Services/Account/AccountBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Account/AccountBase.php b/tests/e2e/Services/Account/AccountBase.php index 794f6f2577..b712da69a3 100644 --- a/tests/e2e/Services/Account/AccountBase.php +++ b/tests/e2e/Services/Account/AccountBase.php @@ -64,6 +64,7 @@ trait AccountBase */ public function testCreateAccountSession($data):array { + sleep(10); $email = (isset($data['email'])) ? $data['email'] : ''; $password = (isset($data['password'])) ? $data['password'] : ''; @@ -279,7 +280,6 @@ trait AccountBase */ public function testGetAccountLogs($data):array { - sleep(10); $session = (isset($data['session'])) ? $data['session'] : ''; /**