Blame view

features/tiny_mce.feature 771 Bytes
139ef7fe   Marcos Pereira   added 'restricted...
1
2
3
4
5
6
7
8
9
10
11
12
Feature: Create tinyMCE article
  As an ordinary user
  I want to create an tinymce

  Background:
    Given the following users
      | login | name |
      | joaosilva | joao silva |
    Given I am logged in as "joaosilva"

  @selenium
  Scenario: mce complete  mode should show on message creation
6eb736e0   Leandro Santos   Remove TinyMce, R...
13
    Given I am on /myprofile/joaosilva/cms/new?type=TextArticle
139ef7fe   Marcos Pereira   added 'restricted...
14
15
16
    Then The tinymce "toolbar1" should be "fullscreen | insertfile undo redo | copy paste | bold italic underline | styleselect fontsizeselect | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image"
    And The tinymce "menubar" should be "edit insert view tools"
    And The tinymce "toolbar2" should contain "print preview code media | table"