mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
12 lines
230 B
Gherkin
12 lines
230 B
Gherkin
Feature: Project
|
|
Background:
|
|
Given I signin as a user
|
|
And I own project "Shop"
|
|
And I visit project "Shop" page
|
|
|
|
Scenario: I should see project activity
|
|
|
|
Scenario: I edit project
|
|
|
|
Scenario: I visit attachments
|