@ -34,6 +34,7 @@ Feature: Link tool
Scenario: Delete link
Given I am on "/main/link/link.php?cidReq=TEMP"
And I follow "Delete"
And I confirm the popup
Then I should see "The link has been deleted"
Scenario: Delete link category
@ -57,5 +57,6 @@ Feature: LP tool
Scenario: Delete a LP
Given I am on "/main/lp/lp_controller.php?cidReq=TEMP&action=list"
Then I should not see "LP 1"
@ -10,6 +10,6 @@ Feature: Work tool
Given I am on "/main/work/work.php?action=create_dir&cidReq=TEMP"
When I fill in the following:
| new_dir | Work 1 |
| description | Work description |
And I fill in ckeditor field "description" with "Work description"
And I press "submit"
Then I should see "Directory created"