BLD-206: Add template for the zooming image in Studio.

This commit is contained in:
polesye
2013-11-29 08:23:24 +02:00
parent 332477b6ef
commit 042cb5c698
5 changed files with 41 additions and 0 deletions

View File

@@ -19,10 +19,12 @@ Feature: CMS.Component Adding
| Component |
| Text |
| Announcement |
| Zooming Image |
Then I see HTML components in this order:
| Component |
| Text |
| Announcement |
| Zooming Image |
Scenario: I can add Latex HTML components
Given I am in Studio editing a new unit

View File

@@ -57,6 +57,8 @@ def see_a_multi_step_component(step, category):
'\n \n',
'Announcement':
'<p> Words of encouragement! This is a short note that most students will read. </p>',
'Zooming Image':
'<h2>ZOOMING DIAGRAMS</h2>',
'E-text Written in LaTeX':
'<h2>Example: E-text page</h2>',
}