@seat
Feature: SEAT Employee Detail

  @id_1dc0b553f79dafe6dd3acbd38c6d403cf06e029c8c683c070a376ae9a03d7188
  Scenario: View an employee detail page
    Given an orchard employee admin for seat
    When I log in
    When I search seat for an employee with term "Jacob Fowler"
    When I view the seat employee "Jacob Fowler"
    Then the seat employee detail page loads for "Jacob Fowler"
