Feature: Blacklist Manager
  For client managers to avoid releasing unsuitable content
  As an OA user
  I want to create a blacklist

  @frontend_blacklist_manager
  @ows_blacklist_manager
  @id_2dce16621bcfc3751e086710c0e79aa7133a6c5c19814f8c2844d3f2bf8b2b0c
  Scenario: Add word to blacklist
    Given an orchard employee cypress_manager_2 visits OA
    And I log in to OA
    And I navigate to blacklist-manager manager oa page
    When I add a valid word to the blacklist
    And I search for the word in the blacklist
    Then I see the word listed in the blacklist
    When I edit a word in the blacklist
    And I search for the new word in the blacklist
    Then I see the new word listed in the blacklist
    When I delete a word from the blacklist
    And I search for the word in the blacklist
    Then I don't see the word listed in the blacklist
