cirandas.net

ref: master

plugins/admin_notifications/features/message_edition.feature


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
Feature: Create envronment notification message
  As an admin user
  I want to create a notification
  In order to notificate users

  @selenium
  Scenario: mce restricted mode should show on message creation
    Given I am logged in as admin
    And I follow "Administration"
    And I follow "Plugins"
    And I follow "Configuration"
    And I follow "New Notification"
    Then The tinymce "toolbar1" should be "bold italic underline | link"
    Then The tinymce "menubar" should be "false"