diff --git a/features/drupalorg/forum_file_uploads.feature b/features/drupalorg/forum_file_uploads.feature index cf5a4d9b7ada56bc0f7d59a61b8784210fb834d9..8503250152373711eafc0491562c68ef876a6b69 100644 --- a/features/drupalorg/forum_file_uploads.feature +++ b/features/drupalorg/forum_file_uploads.feature @@ -4,7 +4,7 @@ Feature: As a site admin I need to know that file upload is only permitted to users with Administer content. - Scenario: Check File Attachments is not available for site user + Scenario: Check File Attachments is not available for regular site user Given I am logged in as "site user" When I follow "Support" And I follow "Forums" diff --git a/features/drupalorg/forum_restrictions.feature b/features/drupalorg/forum_restrictions.feature index 1a8f53d884ab4bd0e616b0f07b984a15eda4e7bd..251018bc80267480efb557c578df4866083c90f6 100644 --- a/features/drupalorg/forum_restrictions.feature +++ b/features/drupalorg/forum_restrictions.feature @@ -10,14 +10,14 @@ Feature: Regular users should not be able to post a topic in Newsletters subforu And I follow "Forums" And I follow "Newsletters" - Scenario: Try to add from a subset forum + Scenario: Try to add new forum topic from Drupal newsletter subforum When I follow "Drupal newsletter" And I follow "Post new Forum topic" Then I should see the heading "Drupal newsletter" And I should see "You do not have permission to post to this forum" And I should not see "Please do NOT post test pages. Drupal.org is a production site" - Scenario: Try to add from newsletter forum page + Scenario: Try to add new forum topic from Newsletters forum page When I follow "Post new Forum topic" Then I should not see "Drupal newsletter" in the dropdown "Forums:" And I should not see "Security advisories for Drupal core" in the dropdown "Forums:" diff --git a/features/drupalorg/forum_topic_post.feature b/features/drupalorg/forum_topic_post.feature index 22e62ba4de1ba221c4c81356558be55d29d2e595..cf7e595e315eb2875388d8dcd319508b31a72120 100644 --- a/features/drupalorg/forum_topic_post.feature +++ b/features/drupalorg/forum_topic_post.feature @@ -1,5 +1,5 @@ @community @forums -Feature: Post a forum topic as a site user +Feature: Create new forum topic as a regular site user In order to discuss a topic As a site user I should be able to post a new forum topic @@ -9,14 +9,14 @@ Feature: Post a forum topic as a site user And I follow "Support" And I follow "Forums" - Scenario: Add a new forum topic: Empty field validation + Scenario: Add a new forum topic with empty required fields When I follow "Post new Forum topic" And I press "Save" Then I should see "Subject field is required" And I should see "Forums field is required" And the field "Body" should be outlined in red - Scenario: Add a new forum topic: Save topic + Scenario: Add a new forum topic correctly When I follow "Post new Forum topic" And I fill in "Subject:" with random text And I select the following with