AutorÃa | Ultima modificación | Ver Log |
@block @block_search_forums @mod_forumFeature: The search forums block allows users to search for forum posts on frontpageIn order to search for a forum postAs an administratorI can add the search forums blockBackground:Given the following "users" exist:| username | firstname | lastname | email | idnumber || student1 | Student | 1 | student1@example.com | S1 |And the following "blocks" exist:| blockname | contextlevel | reference | pagetypepattern | defaultregion || search_forums | System | 1 | site-index | side-pre |Scenario: Use the search forum block on the frontpage and search for posts as a userGiven I log in as "student1"And I am on site homepageWhen I set the field "Search" to "Moodle"And I press "Search"Then I should see "No posts"Scenario: Use the search forum block on the frontpage and search for posts as a guestGiven I log in as "guest"And I am on site homepageWhen I set the field "Search" to "Moodle"And I press "Search"Then I should see "No posts"