Behat: fix tests

pull/2487/head
jmontoyaa 8 years ago
parent d4e84a9ce8
commit 4378f807a4
  1. 1
      tests/behat/features/toolLink.feature
  2. 1
      tests/behat/features/toolLp.feature
  3. 2
      tests/behat/features/toolWork.feature

@ -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"
And I follow "Delete"
And I confirm the popup
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"

Loading…
Cancel
Save