@settings
@ows_users
@graphql_distribution
Feature: Brand Admin Edit

  @id_7ff7dc200bbb07ba72eefb70e9297debbe63a62a5dbd5eec08f5e78e0e860725
  Scenario Outline: An admin can edit different brand content of an existing admin/non-admin user of a different brand
    Given a user from <admin_user> for settings
    And I log in
    And I have a new <user_type> user for <user_brand>
    And I navigate to my new user
    When I edit the <user_type> user's <content_brand> content
    Then I should see the edits on the <content_brand> content

    Examples:
      | admin_user | user_type | user_brand | content_brand |
      | awal_admin | non-admin | KNR        | KNR           |
      | awal_admin | admin     | KNR        | KNR           |
      | knr_admin  | non-admin | AWAL       | AWAL          |
      | knr_admin  | admin     | AWAL       | AWAL          |
      | admin      | non-admin | AWAL       | AWAL          |
      | admin      | admin     | AWAL       | AWAL          |
