chore: seminarhof customer project
This commit is contained in:
13
e2e/tests/features/events.feature
Normal file
13
e2e/tests/features/events.feature
Normal file
@@ -0,0 +1,13 @@
|
||||
@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"
|
||||
Reference in New Issue
Block a user