diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7076c4a7..cf48f957 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,9 @@ Changelog ------------------------ - Enh #370: Remove message entries on disable module + + + 3.2.0 (January 29, 2024) ------------------------ - Enh #377: New features: Unread & Pinned diff --git a/docs/README.md b/docs/README.md index 4db8649d..8fc9fe5f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,6 @@ # Messenger + Communicate privately with one or more users. Clarify details which you do not want to discuss publicly and thus free your network from questions of detail that are not relevant to the general public. ## Overview diff --git a/tests/codeception/api/EntryCest.php b/tests/codeception/api/EntryCest.php index 9ede2956..f31bdf2f 100644 --- a/tests/codeception/api/EntryCest.php +++ b/tests/codeception/api/EntryCest.php @@ -15,6 +15,7 @@ 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],