@settings
@ows_users
@graphql_distribution
@authentication
@no-silent-login
Feature: Settings Auth

  @id_7c16bdfdc87d2062fd76d27b3916107a9c584906fbfde9d664bf24560ad48977
  Scenario: Settings rendering main page for unauthorized user
    Given an orchard employee label_31273 for settings
    When I log in
    Then I am not allowed to use Settings app

  @id_ed3e560a3d746dc18a9bbbe446e09dc150c41ee9884c327391cf6fb45ae5848c
  Scenario: Settings rendering main page for authorized user
    Given an orchard employee admin for settings
    When I log in
    Then I am allowed to use Settings app
