@authentication
@ows_users
@frontend_auth0
@workstation
@legacy_workstation
@no-silent-login
Feature: Workstation Login
  To ensure I can login to Workstation
  As a non auth0 user
  I need to be able to log in with the login page

  @id_8ddd907beaaf50fc20a79fff0f26988b98d2f7afc6c5097f71e04999ccab2f0c
  Scenario: Workstation login
    Given an orchard employee label_7123_admin visits workstation
    When I log in
    Then I am successfully logged in to workstation

  #   CON-146
  @id_6ee88243bd95669d59ec780e364d3e1424dc67a00cf49a62ad364d7d4f74442f
  Scenario: Workstation invalid login
    Given I visit the workstation login page
    When I try to log in
    Then I should see a Workstation error message using login page
