From dfa6dcd80cd80b8aca150be9158d4bdabd571973 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 23 Jan 2020 15:23:25 +0800 Subject: [PATCH] MDL-51225 mod_forum: Revert @javascript tag removal Put back the removed @javascript tag to prevent random goutte fails. --- mod/forum/tests/behat/edit_post_student.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/tests/behat/edit_post_student.feature b/mod/forum/tests/behat/edit_post_student.feature index e257fa46710..7a44ae79265 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" - @block_recent_activity + @javascript @block_recent_activity Scenario: Time limit expires Given I log out And I log in as "admin"