Minor - Fix behat test

pull/3924/head
Julio Montoya 4 years ago
parent 3836668de3
commit 7a5df423cb
  1. 3
      tests/behat/features/ticket.feature

@ -27,7 +27,8 @@ Feature: Ticket
When I fill in the following:
| subject | First ticket |
And I fill in editor field "content" with "Ticket description"
And I fill in select bootstrap static input "#category_id" select "1"
And I fill in select2 input "#category_id" with id "1" and value "Enrollment: Tickets about enrollment"
#category id = 1 => Enrollment: Tickets about enrollment
And I press "Send message"
Then wait very long for the page to be loaded

Loading…
Cancel
Save