@seat
Feature: SEAT Invite Employee

  Background:
    Given I have the current timestamp in seconds

  @id_a673c029d067c6d1bf05f719ebf6ad125c5ede9cc28ba4ddde6d40d351b4fb8c
  Scenario: Invite a new employee from seat to both parent companies with full suite access
    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 add Sony Music access with full suite access
    Then the employee has "The Orchard" access with full suite access
    Then the employee has "Sony Music" access with full suite access
    Then the seat invite email is received
    Then I delete the new user from Auth0

  @id_b1e2f3a4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2
  Scenario: Invite a new employee from seat to The Orchard with Insights & GO access 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 Insights & GO access only
    Then the employee has "The Orchard" Insights & GO access
    Then the seat invite email is received
    Then I delete the new user from Auth0
