Add Spinach feature for Commit breadcrumbs
This commit is contained in:
parent
badb092a2d
commit
b1be377fb0
3 changed files with 17 additions and 0 deletions
|
@ -19,3 +19,7 @@ Feature: Project Browse commits
|
|||
Given I visit compare refs page
|
||||
And I fill compare fields with refs
|
||||
Then I see compared refs
|
||||
|
||||
Scenario: I browse commits for a specific path
|
||||
Given I visit my project's commits page for a specific path
|
||||
Then I see breadcrumb links
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue