mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-09 13:06:25 +10:00
13 lines
338 B
Gherkin
13 lines
338 B
Gherkin
Feature: Main process of Ocelots
|
|
AS A normal user
|
|
I WANT TO use main functionality of Ocelots
|
|
SO THAT I can know my team members better
|
|
|
|
Scenario: Go to home page
|
|
Given I am not signed in
|
|
When I go to home page
|
|
Then I should click login link
|
|
Then I see list of team
|
|
Then I should add a team
|
|
Then I should quit that team
|