gitlabhq/features/admin/projects.feature

14 lines
341 B
Gherkin
Raw Normal View History

2013-01-09 06:14:05 +01:00
Feature: Admin Projects
Background:
Given I sign in as an admin
And there are projects in system
Scenario: Projects list
When I visit admin projects page
Then I should see all projects
Scenario: Projects show
When I visit admin projects page
And I click on first project
Then I should see project details