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.126.105
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.aptans /
blog /
tests /
behat /
[ HOME SHELL ]
Name
Size
Permission
Action
blog_visibility.feature
1.34
KB
-rw-r--r--
comment.feature
3.21
KB
-rw-rw-r--
delete.feature
1.88
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : delete.feature
@core @core_blog Feature: Delete a blog entry In order to manage my blog entries As a user I need to be able to delete entries I no longer wish to appear Background: Given the following "users" exist: | username | firstname | lastname | email | | testuser | Test | User | moodle@example.com | And I log in as "admin" And I am on site homepage And I turn editing mode on # TODO MDL-57120 "Site blogs" link not accessible without navigation block. And I add the "Navigation" block if not present And I configure the "Navigation" block And I set the following fields to these values: | Page contexts | Display throughout the entire site | And I press "Save changes" And I log out And I log in as "testuser" And I click on "Site blogs" "link" in the "Navigation" "block" And I follow "Add a new entry" And I set the following fields to these values: | Entry title | Blog post one | | Blog entry body | User 1 blog post content | And I press "Save changes" And I follow "Add a new entry" And I set the following fields to these values: | Entry title | Blog post two | | Blog entry body | User 1 blog post content | And I press "Save changes" And I am on site homepage And I click on "Site blogs" "link" in the "Navigation" "block" Scenario: Delete blog post results in post deleted Given I follow "Blog post one" And I follow "Delete" And I should see "Delete the blog entry 'Blog post one'?" When I press "Continue" Then I should not see "Blog post one" And I should see "Blog post two" Scenario: Delete confirmation screen works and allows cancel Given I follow "Blog post one" When I follow "Delete" Then I should see "Delete the blog entry 'Blog post one'?" And I press "Cancel" And I should see "Blog post one" And I should see "Blog post two"
Close