2015-12-23 02:04:40 +05:30
|
|
|
@project_commits
|
2015-04-26 12:48:37 +05:30
|
|
|
Feature: Project Commits User Lookup
|
2014-09-02 18:07:02 +05:30
|
|
|
Background:
|
|
|
|
Given I sign in as a user
|
|
|
|
And I own a project
|
|
|
|
And I visit my project's commits page
|
|
|
|
|
|
|
|
Scenario: I browse commit from list
|
|
|
|
Given I have user with primary email
|
|
|
|
When I click on commit link
|
|
|
|
Then I see author based on primary email
|
|
|
|
|
|
|
|
Scenario: I browse another commit from list
|
|
|
|
Given I have user with secondary email
|
|
|
|
When I click on another commit link
|
|
|
|
Then I see author based on secondary email
|