mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
15 lines
348 B
Gherkin
15 lines
348 B
Gherkin
@admin
|
|
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
|