summaryrefslogtreecommitdiff
path: root/features/project/commits/user_lookup.feature
blob: f3864c0ab389780036af3866e8ce46684e7df5c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Feature: Project Browse Commits User Lookup
  Background:
    Given I sign in as a user
    And I own a project
    And I have the user that authored the commits
    And I visit my project's commits page

  Scenario: I browse commit from list
    Given I click on commit link
    Then I see commit info

  Scenario: I browse another commit from list
    Given I click on another commit link
    Then I see other commit info