Fix Behat test for create an announcement - refs BT#12454

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent b13db12ec4
commit 0ea059a488
  1. 1
      tests/behat/features/toolAnnouncement.feature

@ -10,6 +10,7 @@ Feature: Announcement tool
Given I am on "/main/announcements/announcements.php?action=add&cidReq=TEMP"
When I fill in the following:
| title | Announcement test |
And I press "choose_recipients"
And I select "John Doe" from "users-f"
And I press "add"
And I fill in ckeditor field "content" with "Announcement description"

Loading…
Cancel
Save