all repos — caroster @ ae51e12252fdd1de29ad1ab9e32b48b893b7e2e8

[Octree] Group carpool to your event https://caroster.io

e2e/test/features/Events/NewEvent.feature (view raw)

 1@GIT.1
 2Feature: Event Creation
 3    Background:
 4        Given I am vistor
 5    Scenario: I can create an event
 6        When I am on the homepage
 7        And I type my event name
 8        And I type my email
 9        And I submit the form
10        And I type my event date
11        And I type my event address
12        And I submit the form
13        Then I see the event page
14    
15    Scenario: I can see an event I created
16        Given I have created an event
17        When I am on the event page
18        Then I see my event