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