From a52f3d9d0b52cd32ac3f2bcf69e30db45f21a0d7 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 8 Jan 2018 10:21:13 +0800 Subject: [PATCH] MDL-44612 mod_forum: Confirm forum post listing in recent activity block --- mod/forum/tests/behat/edit_post_student.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod/forum/tests/behat/edit_post_student.feature b/mod/forum/tests/behat/edit_post_student.feature index bb5fbbc71e2..9389dab6212 100644 --- a/mod/forum/tests/behat/edit_post_student.feature +++ b/mod/forum/tests/behat/edit_post_student.feature @@ -40,7 +40,7 @@ Feature: Students can edit or delete their forum posts within a set time limit And I press "Continue" Then I should not see "Forum post subject" - @javascript + @javascript @block_recent_activity Scenario: Time limit expires Given I log out And I log in as "admin" @@ -52,6 +52,8 @@ Feature: Students can edit or delete their forum posts within a set time limit And I log out And I log in as "student1" And I am on "Course 1" course homepage + And I should see "New forum posts:" in the "Recent activity" "block" + And I should see "Forum post subject" in the "Recent activity" "block" When I wait "61" seconds And I follow "Forum post subject" Then I should not see "Edit" in the "region-main" "region"