@ows_podcast
@frontend_podcast
Feature: Create, edit and delete podcast

  Background: Silent login
    Given an orchard employee org_admin for podcast
    And I log in to podcast silently

  @id_34384f8eda7014325e2246b5ebb019b4e3b9c5c8689cc44c58d9ec0d7d0240e5
  Scenario: Can create a podcast
    Then I should be able to create a episodic podcast

  @id_0262a0157e5fb8491e38915a50b83a572d91a4774156a4589152d77708888f36
  Scenario: Can edit a podcast
    Then I should be able to edit a podcast

  @id_481d085824b965c30ee7aab0c781d1b974bc5afca072879949896c7ee3d47070
  Scenario: Can delete a podcast
    Then I should be able to delete a podcast
