Behat: Fix ticket test

pull/2487/head
jmontoyaa 9 years ago
parent d0aed8dc36
commit b30cc0deb8
  1. 2
      tests/behat/features/ticket.feature

@ -11,6 +11,8 @@ Feature: Ticket
When I fill in the following:
| subject | First ticket |
And I fill in ckeditor field "content" with "Ticket description"
And I fill in select bootstrap static input "#category_id" select "1"
#category id = 1 => Enrollment: Tickets about enrollment
And I press "Send message"
Then I should see "created"

Loading…
Cancel
Save