14 lines
447 B
Gherkin
14 lines
447 B
Gherkin
@public @events
|
|
Feature: Public events listing
|
|
Anyone can browse the public retreats listing without logging in. Only
|
|
bookings flagged for online listing appear here.
|
|
|
|
Scenario: visitor sees the published summer retreat
|
|
Given I visit "/events"
|
|
Then I see "Summer Yoga Retreat 2026"
|
|
And I see "Yoga Retreat e.V."
|
|
|
|
Scenario: unpublished retreats stay hidden
|
|
Given I visit "/events"
|
|
Then I do not see "Winter Stille 2026"
|