Minor - fix test

pull/3924/head
Julio Montoya 4 years ago
parent fad34a4450
commit de940bc73f
  1. 2
      tests/behat/features/ticket.feature

@ -23,11 +23,9 @@ Feature: Ticket
Scenario: Create a ticket
Given I am on "/main/ticket/new_ticket.php?project_id=1"
Then I should see "Compose message"
When I fill in the following:
| subject | First ticket |
And I fill in editor field "content" with "Ticket description"
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"

Loading…
Cancel
Save