1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/features/desktop/main_page.feature

15 lines
377 B
Gherkin
Raw Normal View History

2018-11-30 07:33:37 +00:00
Feature: Main page
2018-12-13 05:46:20 +00:00
Scenario: as a visitor
When I visit the main page
Then I see the main page
2018-12-01 00:45:51 +00:00
2018-12-13 05:46:20 +00:00
Scenario: as a guest account
Given I am signed in as guest
When I visit the main page
Then I see the main page
Scenario: as a usual account
Given I am signed in with email "user@example.com"
When I visit the main page
Then I see the main page