BigW Consortium Gitlab

user_lookup.feature 481 Bytes
Newer Older
1
Feature: Project Commits User Lookup
2 3 4 5 6 7
  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
8 9 10
    Given I have user with primary email
    When I click on commit link
    Then I see author based on primary email
11 12

  Scenario: I browse another commit from list
13 14 15
    Given I have user with secondary email
    When I click on another commit link
    Then I see author based on secondary email