2015-04-26 09:18:37 +02:00
|
|
|
Feature: Project Source Git Blame
|
2014-09-02 14:37:02 +02:00
|
|
|
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 09:18:37 +02:00
|
|
|
And I click Blame button
|
2014-09-02 14:37:02 +02:00
|
|
|
Then I should see git file blame
|