8 lines
177 B
Gherkin
8 lines
177 B
Gherkin
|
Feature: Comment commit
|
||
|
Background:
|
||
|
Given I signin as a user
|
||
|
And I own project "Shop"
|
||
|
Given I visit project commit page
|
||
|
|
||
|
Scenario: I leave a comment for commit
|