Tag feature specs
This commit is contained in:
parent
ee0ab46d32
commit
20b55981bc
13 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
@project_commits
|
||||
Feature: Project Commits Branches
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_commits
|
||||
Feature: Project Commits Comments
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_commits
|
||||
Feature: Project Commits
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_commits
|
||||
Feature: Project Commits Diff Comments
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_commits
|
||||
Feature: Project Commits Tags
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_commits
|
||||
Feature: Project Commits User Lookup
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_issues
|
||||
Feature: Award Emoji
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_issues
|
||||
Feature: Project Issues Filter Labels
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_issues
|
||||
Feature: Project Issues
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
@ -196,4 +197,3 @@ Feature: Project Issues
|
|||
And I should not see labels field
|
||||
And I submit new issue "500 error on profile"
|
||||
Then I should see issue "500 error on profile"
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_issues
|
||||
Feature: Project Issues Labels
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_issues
|
||||
Feature: Project Issues Milestones
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_merge_requests
|
||||
Feature: Project Merge Requests
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@project_merge_requests
|
||||
Feature: Project Merge Requests Acceptance
|
||||
Background:
|
||||
Given There is an open Merge Request
|
||||
|
|
Loading…
Reference in a new issue