9 lines
251 B
Gherkin
9 lines
251 B
Gherkin
Feature: Main page
|
|
Scenario: as a visitor
|
|
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
|