summaryrefslogtreecommitdiff
path: root/features/project/commits/user_lookup.feature
blob: c18f4e070f3ecfad53edf117a505b501c4cb58d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@project_commits
Feature: Project Commits User Lookup
  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