Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,3 @@ composer.phar

# Build related
RoboFile.ini

1 change: 0 additions & 1 deletion administrator/cache/index.html

This file was deleted.

1 change: 0 additions & 1 deletion administrator/logs/index.html

This file was deleted.

1 change: 0 additions & 1 deletion cache/index.html

This file was deleted.

1 change: 0 additions & 1 deletion installation/cache/index.html

This file was deleted.

7 changes: 6 additions & 1 deletion tests/codeception/acceptance/users_frontend.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Feature: Users Frontend

Scenario: check the created user in the backend
Given I am on the User Manager page
And I search the user with user name "user2"
When I search the user with user name "user2"
Then I should see the user "user2"

Scenario: User can not login, if the account has not been activated
Expand Down Expand Up @@ -50,3 +50,8 @@ Feature: Users Frontend
And User "User Three" did login at least once
When I login as a super admin from backend
Then I should see last login date for "User Three"

Scenario: Delete user
Given I have a user with user name "User Three"
When I Delete the user "User Three"
Then I should see "No Matching Results" for deleted user "User Three"
1 change: 0 additions & 1 deletion tmp/index.html

This file was deleted.