2015-04-26 12:48:37 +05:30
|
|
|
Feature: Project Source Git Blame
|
2014-09-02 18:07:02 +05:30
|
|
|
Background:
|
|
|
|
Given I sign in as a user
|
|
|
|
And I own project "Shop"
|
|
|
|
Given I visit project source page
|
|
|
|
|
|
|
|
Scenario: I blame file
|
|
|
|
Given I click on ".gitignore" file in repo
|
2015-04-26 12:48:37 +05:30
|
|
|
And I click Blame button
|
2014-09-02 18:07:02 +05:30
|
|
|
Then I should see git file blame
|