chore: perauset customer project
This commit is contained in:
15
e2e/tests/features/browser/stays.feature
Normal file
15
e2e/tests/features/browser/stays.feature
Normal file
@@ -0,0 +1,15 @@
|
||||
Feature: Stay Management UI
|
||||
|
||||
Background:
|
||||
Given I am logged in as "admin@perauset.org"
|
||||
|
||||
Scenario: Stay request drawer opens
|
||||
When I navigate to "/stays"
|
||||
Then I should see heading "Stays"
|
||||
When I click "Request a Stay"
|
||||
Then I should see "Request Type"
|
||||
|
||||
Scenario: View stay requests tab
|
||||
When I navigate to "/stays"
|
||||
And I click tab "Requests"
|
||||
Then I should see "No stay requests found."
|
||||
Reference in New Issue
Block a user