mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 01:20:59 +00:00
9 lines
307 B
Gherkin
9 lines
307 B
Gherkin
Feature: Store homepage
|
|
In order to access and browse the store
|
|
As a visitor
|
|
I want to be able to see the homepage
|
|
|
|
Scenario: Viewing the homepage at website root
|
|
When I go to the website root
|
|
Then I should be on the homepage
|
|
And I should see "Welcome to Sylius"
|