mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-16 00:16:11 +10:00
9 lines
237 B
Gherkin
9 lines
237 B
Gherkin
Feature: Main process of Ocelots
|
|
As a user
|
|
I want to use the main functionality of ocelots
|
|
So that I can know my team members better
|
|
|
|
Scenario: Go to home page
|
|
Given I am an existing user
|
|
When I login
|
|
Then I see list of teams |