@slow @authentication @ows_users @frontend_auth0
Feature: Workstation Login V2
 In order to ensure I can login to Workstation 
 As a non auth0 user 
 I need to be able to log in with the login page

  # CON-146
  Scenario: Workstation invalid login
    Given I am Workstation unauthenticated
    When I attempt to log in using the login page to Workstation with invalid credentials
    Then I should see a Workstation error message using login page
