2015-12-09 04:50:28 -05:00
|
|
|
@project_commits
|
2014-10-02 12:42:54 -04:00
|
|
|
Feature: Project Commits User Lookup
|
2014-02-08 22:08:49 -05:00
|
|
|
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
|
2014-07-31 10:23:40 -04:00
|
|
|
Given I have user with primary email
|
|
|
|
When I click on commit link
|
|
|
|
Then I see author based on primary email
|
2014-02-08 22:08:49 -05:00
|
|
|
|
|
|
|
Scenario: I browse another commit from list
|
2014-07-31 10:23:40 -04:00
|
|
|
Given I have user with secondary email
|
|
|
|
When I click on another commit link
|
|
|
|
Then I see author based on secondary email
|