all repos — caroster @ e3f8c146e8fd76e38f0100b8d59720069ebdde4e

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

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

 1@GIT.5
 2Feature: Event Creation
 3    Background:
 4        Given I am vistor
 5        And I have created an event
 6    Scenario: I see my event detail
 7        When I am on the event page
 8        And I go to the event detail page
 9        Then I see the name of the event
10        Then I see the date of the event
11        Then I see the address of the event
12        Then I see the address map of the event