Bläddra i källkod

Behat: Fix ticket test

jmontoyaa 8 år sedan
förälder
incheckning
b30cc0deb8
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      tests/behat/features/ticket.feature

+ 2 - 0
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"