Merge pull request #4930 from e-kolpakov/master

Fix for TNL-147
This commit is contained in:
Anton Stupak
2014-10-01 14:52:34 +03:00
5 changed files with 139 additions and 28 deletions

View File

@@ -105,6 +105,14 @@ Feature: CMS.HTML Editor
<li>zzzz<ol>
"""
Scenario: Font selection dropdown contains Default font and tinyMCE builtin fonts
Given I have created a Blank HTML Page
When I edit the page
And I click font selection dropdown
Then I should see a list of available fonts
And "Default" option sets "'Open Sans', Verdana, Arial, Helvetica, sans-serif" font family
And all standard tinyMCE fonts should be available
# Skipping in master due to brittleness JZ 05/22/2014
# Scenario: Can switch from Visual Editor to Raw
# Given I have created a Blank HTML Page