Welcome to mirror list, hosted at ThFree Co, Russian Federation.

broadcast_messages.feature « admin « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0294b51a7c57e57f893c18afcc5729bd3752e8f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Feature: Admin Broadcast Messages
  Background:
    Given I sign in as an admin
    And application already has admin messages
    And I visit admin messages page

  Scenario: See broadcast messages list
    Then I should be all broadcast messages

  Scenario: Create a broadcast message
    When submit form with new broadcast message
    Then I should be redirected to admin messages page
    And I should see newly created broadcast message