Files
2026-07-11 08:29:46 +02:00

14 lines
478 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 "a visitor" visits "/events"
Then they see "Summer Yoga Retreat 2026"
And they see "Yoga Retreat e.V."
Scenario: unpublished retreats stay hidden
Given "a visitor" visits "/events"
Then they do not see "Winter Stille 2026"