@legacy
@fast @ows_users
@wip
# Disabled, moved to Settings app; PLATFORM-2496
Feature: Workstation Create Auth0 User

  Scenario: Create and disable Workstation auth0 user
    Given a Workstation react_homepage_flow_2_15063 user
    When I create a new auth0 user
    Then the user should be created
    When I disable the created user
    Then the created user should not display on the admin page
