@seat
Feature: SEAT Edit Employee

  @id_c5722be82faa51c5f6d3e040c23f60362558458281cb82caf3a306983dbe8178
  Scenario: Remove all access from an employee
    Given an orchard employee admin for seat
    When I log in
    When I invite a new employee from seat with The Orchard access and full suite access
    When I remove all access from the seat employee
    Then The employee has no access in seat
    Then I delete the new user from Auth0

  @id_d9862e2b324165179c85f4bcb5d83616ed99d2fb308ee1c8c52afdb3e1d24b16
  Scenario: Edit an employee's access from full suite to Insights & GO only
    Given an orchard employee admin for seat
    When I log in
    When I invite a new employee from seat with The Orchard access and full suite access
    When I edit The Orchard access to Insights & GO access only
    Then the employee has "The Orchard" Insights & GO access
    Then I delete the new user from Auth0
