2012-09-10 13:27:11 +02:00
|
|
|
Feature: Project Browse commits
|
|
|
|
Background:
|
|
|
|
Given I sign in as a user
|
2012-09-26 19:58:50 +02:00
|
|
|
And I own a project
|
|
|
|
And I visit my project's commits page
|
2012-06-15 06:15:28 +02:00
|
|
|
|
|
|
|
Scenario: I browse commits list for master branch
|
|
|
|
Then I see project commits
|
|
|
|
|
|
|
|
Scenario: I browse atom feed of commits list for master branch
|
|
|
|
Given I click atom feed link
|
|
|
|
Then I see commits atom feed
|
|
|
|
|
|
|
|
Scenario: I browse commit from list
|
|
|
|
Given I click on commit link
|
|
|
|
Then I see commit info
|
|
|
|
|
|
|
|
Scenario: I compare refs
|
|
|
|
Given I visit compare refs page
|
|
|
|
And I fill compare fields with refs
|
2012-09-26 19:58:50 +02:00
|
|
|
Then I see compared refs
|