From 7312533a0de94fd02a8f54b2193b4306fe53f963 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Tue, 2 Apr 2024 16:32:12 +0200 Subject: [PATCH] Update EntryCest.php --- tests/codeception/api/EntryCest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/codeception/api/EntryCest.php b/tests/codeception/api/EntryCest.php index 524b32a6..f31bdf2f 100644 --- a/tests/codeception/api/EntryCest.php +++ b/tests/codeception/api/EntryCest.php @@ -7,7 +7,6 @@ class EntryCest extends HumHubApiTestCest { - /* public function testListByConversationId(ApiTester $I) { if (!$this->isRestModuleEnabled()) { @@ -16,13 +15,13 @@ public function testListByConversationId(ApiTester $I) $I->wantTo('see entries of the conversation by id'); $I->amAdmin(); + sleep(10); $I->seePaginationGetResponse('mail/3/entries', [ ['id' => 4, 'content' => 'Third Message entry text 1.', 'user_id' => 1], ['id' => 5, 'content' => 'Third Message entry text 2.', 'user_id' => 2], ['id' => 6, 'content' => 'Third Message entry text 3.', 'user_id' => 3], ]); } - */ public function testGetById(ApiTester $I) {