blob: 48b1077dc6b8f5d28cb633d72ce4ca7b732e69c3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Feature: Project Source Git Blame
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
And I click Blame button
Then I should see git file blame
|