diff --git a/tests/behat/features/toolLink.feature b/tests/behat/features/toolLink.feature index 68b6622fb1..d65a793a6a 100644 --- a/tests/behat/features/toolLink.feature +++ b/tests/behat/features/toolLink.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 diff --git a/tests/behat/features/toolLp.feature b/tests/behat/features/toolLp.feature index 88a0011a9f..d25146c078 100644 --- a/tests/behat/features/toolLp.feature +++ b/tests/behat/features/toolLp.feature @@ -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" diff --git a/tests/behat/features/toolWork.feature b/tests/behat/features/toolWork.feature index e5037d4618..18b201cc99 100644 --- a/tests/behat/features/toolWork.feature +++ b/tests/behat/features/toolWork.feature @@ -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"