Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.131.216
Cant Read [ /etc/named.conf ]
7.4.33
aja
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
aja /
public_html /
ead /
calendar /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
behat_calendar.php
5.98
KB
-rw-r--r--
calendar.feature
9.61
KB
-rw-r--r--
calendar_import.feature
3.08
KB
-rw-r--r--
calendar_lookahead.feature
1.47
KB
-rw-r--r--
category_events.feature
5.55
KB
-rw-r--r--
export.feature
2.55
KB
-rw-r--r--
minicalendar.feature
2.25
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : minicalendar.feature
@core @core_calendar Feature: Open calendar popup In order to view calendar information As a user I need to interact with the calendar Background: Given the following "users" exist: | username | firstname | lastname | email | | student1 | Student | 1 | student1@example.com | And the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "course enrolments" exist: | user | course | role | | student1 | C1 | student | And I log in as "admin" @javascript Scenario: I view calendar details of a day with multiple events Given I follow "This month" And I create a calendar event: | Type of event | site | | Event title | Event 1:1 | | timestart[day] | 1 | And I create a calendar event: | Type of event | site | | Event title | Event 1:2 | | timestart[day] | 1 | And I reload the page When I hover over day "1" of this month in the calendar Then I should see "Event 1:1" And I should see "Event 1:2" And I follow "Home" And I hover over day "1" of this month in the calendar And I should see "Event 1:1" And I should see "Event 1:2" @javascript Scenario: I view a day event then another day event Given I follow "This month" And I create a calendar event: | Type of event | site | | Event title | Event 3:1 | | timestart[day] | 3 | And I create a calendar event: | Type of event | site | | Event title | Event 4:1 | | timestart[day] | 4 | And I reload the page When I click day "3" of this month in the calendar Then I should see "Event 3:1" in the ".eventlist" "css_element" And I click day "4" of this month in the calendar And I should see "Event 4:1" in the ".eventlist" "css_element" @javascript Scenario: I view calendar details for today Given I follow "This month" And I create a calendar event: | Type of event | site | | Event title | Today's event | When I hover over today in the calendar Then I should see "Today's event" And I follow "Home" And I hover over today in the calendar And I should see "Today's event"
Close