all repos — caroster @ v0.5.1

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

backend/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 click accept the Tos
10        And I submit the form
11        And I type my event date
12        And I type my event address
13        And I submit the form
14        Then I see the event page
15    
16    Scenario: I can see an event I created
17        Given I have created an event
18        When I am on the event page
19        Then I see my event