9 lines
278 B
Gherkin
9 lines
278 B
Gherkin
@public @availability
|
|
Feature: Public availability calendar
|
|
Visitors can see which days the venue is free to book.
|
|
|
|
Scenario: visitor opens the availability calendar
|
|
Given "a visitor" visits "/availability"
|
|
Then they see "Seminarhof Drawehn"
|
|
And they see "2026"
|