blob: fb07ccdb3520420985134e18f02d354771dd259a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@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
|