Convert tests for adding advanced problem components from lettuce to bok-choy

TE-1201
This commit is contained in:
Jesse Zoldak
2016-02-24 16:42:38 -05:00
parent bfdd1883f2
commit 2c8148c7bc
3 changed files with 77 additions and 20 deletions

View File

@@ -57,24 +57,6 @@ Feature: CMS.Component Adding
| Numerical Input |
| Text Input |
Scenario Outline: I can add Advanced Problem components
Given I am in Studio editing a new unit
When I add a "<Component>" "Advanced Problem" component
Then I see a "<Component>" Problem component
# Flush out the database before the next example executes
And I reset the database
Examples:
| Component |
| Blank Advanced Problem |
| Circuit Schematic Builder |
| Custom Python-Evaluated Input |
| Drag and Drop |
| Image Mapped Input |
| Math Expression Input |
| Problem with Adaptive Hint |
# Disabled 1/21/14 due to flakiness seen in master
# Scenario: I can add Advanced Latex Problem components
# Given I am in Studio editing a new unit