diff --git a/tests/behat/features/ticket.feature b/tests/behat/features/ticket.feature index 3ddcb8e297..1a40ecab2d 100644 --- a/tests/behat/features/ticket.feature +++ b/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"